#b52835

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

Shades of Cardinal #B52835

Tints of Cardinal #B52835

Color information

#B52835 (or 0xB52835) is unknown color: approx Cardinal. HEX triplet: B5, 28 and 35. RGB value is (181,40,53). Sum of RGB (Red+Green+Blue) = 181+40+53=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B52835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52835 is #4AD7CA. Grayscale: #535353. Windows color (decimal): -4904907 or 3483829. OLE color: 3483829.

HSL color Cylindrical-coordinate representation of color #B52835: hue angle of 354.47º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52835 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1814053-
CMYK00.780.710.29
HSL354.47º63.8%43.33%-
HSV(B)354.47º77.9%70.98%-
XYZ20.4611.64.53-
YUV83.64110.71197.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.06%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=66.06%
G=14.60%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181405300.780.710.29354.4763.843.33
HexB5283504E471D162402b
Octal265506501161073554210053
Binary10110101101000110101010011101000111111011011000101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52835; }

 p { color: rgb(181,40,53); }

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

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

 a { background-color: rgb(181,40,53); }

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

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

 span { border-color: rgb(181,40,53); }

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