#B52526

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

Shades of Cardinal #B52526

Tints of Cardinal #B52526

Color information

#B52526 (or 0xB52526) is unknown color: approx Cardinal. HEX triplet: B5, 25 and 26. RGB value is (181,37,38). Sum of RGB (Red+Green+Blue) = 181+37+38=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B52526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52526 is #4ADAD9. Grayscale: #505050. Windows color (decimal): -4905690 or 2500021. OLE color: 2500021.

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

Color convert

RGB1813738-
CMYK00.800.790.29
HSL359.58º66.06%42.75%-
HSV(B)359.58º79.56%70.98%-
XYZ20.0711.292.95-
YUV80.17104.21199.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.70%
GREEN value IS 37 (14.84% from 255) = 14.45%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=70.70%
G=14.45%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181373800.800.790.29359.5866.0642.75
HexB525260504F1D168422b
Octal265454601201173555010253
Binary10110101100101100110010100001001111111011011010001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52526; }

 p { color: rgb(181,37,38); }

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

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

 a { background-color: rgb(181,37,38); }

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

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

 span { border-color: rgb(181,37,38); }

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