#B7212D

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

Shades of Cardinal #B7212D

Tints of Cardinal #B7212D

Color information

#B7212D (or 0xB7212D) is unknown color: approx Cardinal. HEX triplet: B7, 21 and 2D. RGB value is (183,33,45). Sum of RGB (Red+Green+Blue) = 183+33+45=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7212D is #48DED2. Grayscale: #4F4F4F. Windows color (decimal): -4775635 or 2957751. OLE color: 2957751.

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

Color convert

RGB1833345-
CMYK00.820.750.28
HSL355.2º69.44%42.35%-
HSV(B)355.2º81.97%71.76%-
XYZ20.5511.343.59-
YUV79.22108.7202.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.11%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=70.11%
G=12.64%
B=17.24%

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
Decimal183334500.820.750.28355.269.4442.35
HexB7212D0524B1C163452a
Octal267415501221133454310552
Binary10110111100001101101010100101001011111001011000111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7212D; }

 p { color: rgb(183,33,45); }

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

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

 a { background-color: rgb(183,33,45); }

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

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

 span { border-color: rgb(183,33,45); }

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