#B80944

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

Shades of Cardinal #B80944

Tints of Cardinal #B80944

Color information

#B80944 (or 0xB80944) is unknown color: approx Cardinal. HEX triplet: B8, 09 and 44. RGB value is (184,9,68). Sum of RGB (Red+Green+Blue) = 184+9+68=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B80944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80944 is #47F6BB. Grayscale: #434343. Windows color (decimal): -4716220 or 4458936. OLE color: 4458936.

HSL color Cylindrical-coordinate representation of color #B80944: hue angle of 339.77º 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 #B80944 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB184968-
CMYK00.950.630.28
HSL339.77º90.67%37.84%-
HSV(B)339.77º95.11%72.16%-
XYZ20.9110.86.45-
YUV68.05127.98210.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 70.50%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=70.50%
G=3.45%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18496800.950.630.28339.7790.6737.84
HexB894405F3F1C1545b26
Octal270111040137773452413346
Binary101110001001100010001011111111111111001010101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80944; }

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

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

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

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

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

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

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

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