#B80942

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

Shades of Cardinal #B80942

Tints of Cardinal #B80942

Color information

#B80942 (or 0xB80942) is unknown color: approx Cardinal. HEX triplet: B8, 09 and 42. RGB value is (184,9,66). Sum of RGB (Red+Green+Blue) = 184+9+66=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80942 is #47F6BD. Grayscale: #434343. Windows color (decimal): -4716222 or 4327864. OLE color: 4327864.

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

Color convert

RGB184966-
CMYK00.950.640.28
HSL340.46º90.67%37.84%-
HSV(B)340.46º95.11%72.16%-
XYZ20.8510.786.14-
YUV67.82126.98210.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.04%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=71.04%
G=3.47%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18496600.950.640.28340.4690.6737.84
HexB894205F401C1545b26
Octal2701110201371003452413346
Binary1011100010011000010010111111000000111001010101001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80942; }

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

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

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

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

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

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

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

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