#B80E45

Color #B80E45 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B80E45

Tints of Cardinal #B80E45

Color information

#B80E45 (or 0xB80E45) is unknown color: approx Cardinal. HEX triplet: B8, 0E and 45. RGB value is (184,14,69). Sum of RGB (Red+Green+Blue) = 184+14+69=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80E45 is #47F1BA. Grayscale: #474747. Windows color (decimal): -4714939 or 4525752. OLE color: 4525752.

HSL color Cylindrical-coordinate representation of color #B80E45: hue angle of 340.59º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80E45 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1841469-
CMYK00.920.620.28
HSL340.59º85.86%38.82%-
HSV(B)340.59º92.39%72.16%-
XYZ2110.936.63-
YUV71.1126.82208.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 68.91%
GREEN value IS 14 (5.86% from 255) = 5.24%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=68.91%
G=5.24%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184146900.920.620.28340.5985.8638.82
HexB8E4505C3E1C1555627
Octal270161050134763452512647
Binary101110001110100010101011100111110111001010101011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80E45; }

 p { color: rgb(184,14,69); }

 H1.HeaderClassName
 {
   color: #B80E45;
 }
 .AnyTagClassName
 {
   color: #B80E45;
 }
</style>
background-color css

<style>
 a { background-color: #B80E45; }

 a { background-color: rgb(184,14,69); }

 div.DivClassName
 {
   background-color: #B80E45;
 }
 .BgClassName
 {
   background-color: #B80E45;
 }
</style>
border-color css

<style>
 span { border-color: #B80E45; }

 span { border-color: rgb(184,14,69); }

 td.TdClassName
 {
   border-color: #B80E45;
 }
 .TagClassName
 {
   border-color: #B80E45;
 }
</style>