#b80a2c

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

Shades of Cardinal #B80A2C

Tints of Cardinal #B80A2C

Color information

#B80A2C (or 0xB80A2C) is unknown color: approx Cardinal. HEX triplet: B8, 0A and 2C. RGB value is (184,10,44). Sum of RGB (Red+Green+Blue) = 184+10+44=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A2C is #47F5D3. Grayscale: #414141. Windows color (decimal): -4715988 or 2886328. OLE color: 2886328.

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

Color convert

RGB1841044-
CMYK00.950.760.28
HSL348.28º89.69%38.04%-
HSV(B)348.28º94.57%72.16%-
XYZ20.3310.593.36-
YUV65.9115.65212.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.31%
GREEN value IS 10 (4.30% from 255) = 4.20%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=77.31%
G=4.20%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184104400.950.760.28348.2889.6938.04
HexB8A2C05F4C1C15c5a26
Octal270125401371143453413246
Binary101110001010101100010111111001100111001010111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b80a2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b80a2c; }

 p { color: rgb(184,10,44); }

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

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

 a { background-color: rgb(184,10,44); }

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

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

 span { border-color: rgb(184,10,44); }

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