#B8212E

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

Shades of Cardinal #B8212E

Tints of Cardinal #B8212E

Color information

#B8212E (or 0xB8212E) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 2E. RGB value is (184,33,46). Sum of RGB (Red+Green+Blue) = 184+33+46=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8212E is #47DED1. Grayscale: #4F4F4F. Windows color (decimal): -4710098 or 3023288. OLE color: 3023288.

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

Color convert

RGB1843346-
CMYK00.820.750.28
HSL354.83º69.59%42.55%-
HSV(B)354.83º82.07%72.16%-
XYZ20.811.483.7-
YUV79.63109.03202.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=69.96%
G=12.55%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184334600.820.750.28354.8369.5942.55
HexB8212E0524B1C163462b
Octal270415601221133454310653
Binary10111000100001101110010100101001011111001011000111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8212E; }

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

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

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

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

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

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

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

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