#b52937

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

Shades of Cardinal #B52937

Tints of Cardinal #B52937

Color information

#B52937 (or 0xB52937) is unknown color: approx Cardinal. HEX triplet: B5, 29 and 37. RGB value is (181,41,55). Sum of RGB (Red+Green+Blue) = 181+41+55=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B52937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52937 is #4AD6C8. Grayscale: #545454. Windows color (decimal): -4904649 or 3615157. OLE color: 3615157.

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

Color convert

RGB1814155-
CMYK00.770.700.29
HSL354º63.06%43.53%-
HSV(B)354º77.35%70.98%-
XYZ20.5411.694.79-
YUV84.46111.38196.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.34%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=65.34%
G=14.80%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181415500.770.700.2935463.0643.53
HexB5293704D461D1623f2c
Octal26551670115106355427754
Binary1011010110100111011101001101100011011101101100010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52937; }

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

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

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

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

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

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

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

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