#B22129

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

Shades of Cardinal #B22129

Tints of Cardinal #B22129

Color information

#B22129 (or 0xB22129) is unknown color: approx Cardinal. HEX triplet: B2, 21 and 29. RGB value is (178,33,41). Sum of RGB (Red+Green+Blue) = 178+33+41=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B22129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22129 is #4DDED6. Grayscale: #4D4D4D. Windows color (decimal): -5103319 or 2695602. OLE color: 2695602.

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

Color convert

RGB1783341-
CMYK00.810.770.30
HSL356.69º68.72%41.37%-
HSV(B)356.69º81.46%69.8%-
XYZ19.310.713.15-
YUV77.27107.54199.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.63%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 41 (16.41% from 255) = 16.27%
R=70.63%
G=13.10%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178334100.810.770.30356.6968.7241.37
HexB221290514D1E1654529
Octal262415101211153654510551
Binary10110010100001101001010100011001101111101011001011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22129; }

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

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

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

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

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

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

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

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