#B80B44

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

Shades of Cardinal #B80B44

Tints of Cardinal #B80B44

Color information

#B80B44 (or 0xB80B44) is unknown color: approx Cardinal. HEX triplet: B8, 0B and 44. RGB value is (184,11,68). Sum of RGB (Red+Green+Blue) = 184+11+68=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B44 is #47F4BB. Grayscale: #454545. Windows color (decimal): -4715708 or 4459448. OLE color: 4459448.

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

Color convert

RGB1841168-
CMYK00.940.630.28
HSL340.23º88.72%38.24%-
HSV(B)340.23º94.02%72.16%-
XYZ20.9310.856.46-
YUV69.22127.31209.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=69.96%
G=4.18%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184116800.940.630.28340.2388.7238.24
HexB8B4405E3F1C1545926
Octal270131040136773452413146
Binary101110001011100010001011110111111111001010101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B44; }

 p { color: rgb(184,11,68); }

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

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

 a { background-color: rgb(184,11,68); }

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

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

 span { border-color: rgb(184,11,68); }

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