#B22432

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

Shades of Cardinal #B22432

Tints of Cardinal #B22432

Color information

#B22432 (or 0xB22432) is unknown color: approx Cardinal. HEX triplet: B2, 24 and 32. RGB value is (178,36,50). Sum of RGB (Red+Green+Blue) = 178+36+50=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B22432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22432 is #4DDBCD. Grayscale: #505050. Windows color (decimal): -5102542 or 3286194. OLE color: 3286194.

HSL color Cylindrical-coordinate representation of color #B22432: hue angle of 354.08º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22432 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1783650-
CMYK00.800.720.30
HSL354.08º66.36%41.96%-
HSV(B)354.08º79.78%69.8%-
XYZ19.5710.964.1-
YUV80.05111.04197.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.42%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=67.42%
G=13.64%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178365000.800.720.30354.0866.3641.96
HexB22432050481E162422a
Octal262446201201103654210252
Binary10110010100100110010010100001001000111101011000101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22432; }

 p { color: rgb(178,36,50); }

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

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

 a { background-color: rgb(178,36,50); }

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

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

 span { border-color: rgb(178,36,50); }

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