#B80B3F

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

Shades of Cardinal #B80B3F

Tints of Cardinal #B80B3F

Color information

#B80B3F (or 0xB80B3F) is unknown color: approx Cardinal. HEX triplet: B8, 0B and 3F. RGB value is (184,11,63). Sum of RGB (Red+Green+Blue) = 184+11+63=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B3F is #47F4C0. Grayscale: #444444. Windows color (decimal): -4715713 or 4131768. OLE color: 4131768.

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

Color convert

RGB1841163-
CMYK00.940.660.28
HSL341.97º88.72%38.24%-
HSV(B)341.97º94.02%72.16%-
XYZ20.7810.795.69-
YUV68.66124.81210.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.32%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 63 (25% from 255) = 24.42%
R=71.32%
G=4.26%
B=24.42%

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
Decimal184116300.940.660.28341.9788.7238.24
HexB8B3F05E421C1565926
Octal270137701361023452613146
Binary101110001011111111010111101000010111001010101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80B3F; }

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

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

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

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

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

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

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

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