#b22329

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

Shades of Cardinal #B22329

Tints of Cardinal #B22329

Color information

#B22329 (or 0xB22329) is unknown color: approx Cardinal. HEX triplet: B2, 23 and 29. RGB value is (178,35,41). Sum of RGB (Red+Green+Blue) = 178+35+41=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B22329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22329 is #4DDCD6. Grayscale: #4E4E4E. Windows color (decimal): -5102807 or 2696114. OLE color: 2696114.

HSL color Cylindrical-coordinate representation of color #B22329: hue angle of 357.48º degrees, saturation: 0.67, 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 #B22329 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1783541-
CMYK00.800.770.30
HSL357.48º67.14%41.76%-
HSV(B)357.48º80.34%69.8%-
XYZ19.3610.833.17-
YUV78.44106.88199.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.08%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=70.08%
G=13.78%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178354100.800.770.30357.4867.1441.76
HexB223290504D1E165432a
Octal262435101201153654510352
Binary10110010100011101001010100001001101111101011001011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22329; }

 p { color: rgb(178,35,41); }

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

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

 a { background-color: rgb(178,35,41); }

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

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

 span { border-color: rgb(178,35,41); }

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