#B80932

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

Shades of Cardinal #B80932

Tints of Cardinal #B80932

Color information

#B80932 (or 0xB80932) is unknown color: approx Cardinal. HEX triplet: B8, 09 and 32. RGB value is (184,9,50). Sum of RGB (Red+Green+Blue) = 184+9+50=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B80932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80932 is #47F6CD. Grayscale: #424242. Windows color (decimal): -4716238 or 3279288. OLE color: 3279288.

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

Color convert

RGB184950-
CMYK00.950.730.28
HSL345.94º90.67%37.84%-
HSV(B)345.94º95.11%72.16%-
XYZ20.4410.623.99-
YUV66118.98212.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 75.72%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=75.72%
G=3.70%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18495000.950.730.28345.9490.6737.84
HexB893205F491C15a5b26
Octal270116201371113453213346
Binary101110001001110010010111111001001111001010110101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80932; }

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

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

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

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

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

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

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

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