#B22136

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

Shades of Cardinal #B22136

Tints of Cardinal #B22136

Color information

#B22136 (or 0xB22136) is unknown color: approx Cardinal. HEX triplet: B2, 21 and 36. RGB value is (178,33,54). Sum of RGB (Red+Green+Blue) = 178+33+54=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B22136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22136 is #4DDEC9. Grayscale: #4E4E4E. Windows color (decimal): -5103306 or 3547570. OLE color: 3547570.

HSL color Cylindrical-coordinate representation of color #B22136: hue angle of 351.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22136 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1783354-
CMYK00.810.700.30
HSL351.31º68.72%41.37%-
HSV(B)351.31º81.46%69.8%-
XYZ19.5710.824.55-
YUV78.75114.04198.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.17%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=67.17%
G=12.45%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178335400.810.700.30351.3168.7241.37
HexB22136051461E15f4529
Octal262416601211063653710551
Binary10110010100001110110010100011000110111101010111111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22136; }

 p { color: rgb(178,33,54); }

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

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

 a { background-color: rgb(178,33,54); }

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

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

 span { border-color: rgb(178,33,54); }

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