#B80945

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

Shades of Cardinal #B80945

Tints of Cardinal #B80945

Color information

#B80945 (or 0xB80945) is unknown color: approx Cardinal. HEX triplet: B8, 09 and 45. RGB value is (184,9,69). Sum of RGB (Red+Green+Blue) = 184+9+69=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B80945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80945 is #47F6BA. Grayscale: #444444. Windows color (decimal): -4716219 or 4524472. OLE color: 4524472.

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

Color convert

RGB184969-
CMYK00.950.620.28
HSL339.43º90.67%37.84%-
HSV(B)339.43º95.11%72.16%-
XYZ20.9410.826.61-
YUV68.17128.48210.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 70.23%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=70.23%
G=3.44%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18496900.950.620.28339.4390.6737.84
HexB894505F3E1C1535b26
Octal270111050137763452313346
Binary101110001001100010101011111111110111001010100111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80945; }

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

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

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

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

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

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

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

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