#B80941

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

Shades of Cardinal #B80941

Tints of Cardinal #B80941

Color information

#B80941 (or 0xB80941) is unknown color: approx Cardinal. HEX triplet: B8, 09 and 41. RGB value is (184,9,65). Sum of RGB (Red+Green+Blue) = 184+9+65=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B80941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80941 is #47F6BE. Grayscale: #434343. Windows color (decimal): -4716223 or 4262328. OLE color: 4262328.

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

Color convert

RGB184965-
CMYK00.950.650.28
HSL340.8º90.67%37.84%-
HSV(B)340.8º95.11%72.16%-
XYZ20.8210.775.98-
YUV67.71126.48210.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.32%
GREEN value IS 9 (3.91% from 255) = 3.49%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=71.32%
G=3.49%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18496500.950.650.28340.890.6737.84
HexB894105F411C1555b26
Octal2701110101371013452513346
Binary1011100010011000001010111111000001111001010101011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80941; }

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

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

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

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

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

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

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

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