#B80B3E

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

Shades of Cardinal #B80B3E

Tints of Cardinal #B80B3E

Color information

#B80B3E (or 0xB80B3E) is unknown color: approx Cardinal. HEX triplet: B8, 0B and 3E. RGB value is (184,11,62). Sum of RGB (Red+Green+Blue) = 184+11+62=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B3E is #47F4C1. Grayscale: #444444. Windows color (decimal): -4715714 or 4066232. OLE color: 4066232.

HSL color Cylindrical-coordinate representation of color #B80B3E: hue angle of 342.31º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B3E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1841162-
CMYK00.940.660.28
HSL342.31º88.72%38.24%-
HSV(B)342.31º94.02%72.16%-
XYZ20.7610.785.54-
YUV68.54124.31210.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.60%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=71.60%
G=4.28%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184116200.940.660.28342.3188.7238.24
HexB8B3E05E421C1565926
Octal270137601361023452613146
Binary101110001011111110010111101000010111001010101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B3E; }

 p { color: rgb(184,11,62); }

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

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

 a { background-color: rgb(184,11,62); }

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

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

 span { border-color: rgb(184,11,62); }

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