#B52229

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

Shades of Cardinal #B52229

Tints of Cardinal #B52229

Color information

#B52229 (or 0xB52229) is unknown color: approx Cardinal. HEX triplet: B5, 22 and 29. RGB value is (181,34,41). Sum of RGB (Red+Green+Blue) = 181+34+41=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B52229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52229 is #4ADDD6. Grayscale: #4E4E4E. Windows color (decimal): -4906455 or 2695861. OLE color: 2695861.

HSL color Cylindrical-coordinate representation of color #B52229: hue angle of 357.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52229 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1813441-
CMYK00.810.770.29
HSL357.14º68.37%42.16%-
HSV(B)357.14º81.22%70.98%-
XYZ20.0311.133.19-
YUV78.75106.7200.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.70%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=70.70%
G=13.28%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181344100.810.770.29357.1468.3742.16
HexB522290514D1D165442a
Octal265425101211153554510452
Binary10110101100010101001010100011001101111011011001011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52229; }

 p { color: rgb(181,34,41); }

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

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

 a { background-color: rgb(181,34,41); }

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

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

 span { border-color: rgb(181,34,41); }

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