#B8212F

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

Shades of Cardinal #B8212F

Tints of Cardinal #B8212F

Color information

#B8212F (or 0xB8212F) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 2F. RGB value is (184,33,47). Sum of RGB (Red+Green+Blue) = 184+33+47=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8212F is #47DED0. Grayscale: #4F4F4F. Windows color (decimal): -4710097 or 3088824. OLE color: 3088824.

HSL color Cylindrical-coordinate representation of color #B8212F: hue angle of 354.44º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8212F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB1843347-
CMYK00.820.740.28
HSL354.44º69.59%42.55%-
HSV(B)354.44º82.07%72.16%-
XYZ20.8211.483.81-
YUV79.74109.53202.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.70%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 47 (18.75% from 255) = 17.80%
R=69.70%
G=12.5%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184334700.820.740.28354.4469.5942.55
HexB8212F0524A1C162462b
Octal270415701221123454210653
Binary10111000100001101111010100101001010111001011000101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8212F; }

 p { color: rgb(184,33,47); }

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

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

 a { background-color: rgb(184,33,47); }

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

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

 span { border-color: rgb(184,33,47); }

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