#b52427

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

Shades of Cardinal #B52427

Tints of Cardinal #B52427

Color information

#B52427 (or 0xB52427) is unknown color: approx Cardinal. HEX triplet: B5, 24 and 27. RGB value is (181,36,39). Sum of RGB (Red+Green+Blue) = 181+36+39=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B52427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52427 is #4ADBD8. Grayscale: #4F4F4F. Windows color (decimal): -4905945 or 2565301. OLE color: 2565301.

HSL color Cylindrical-coordinate representation of color #B52427: hue angle of 358.76º degrees, saturation: 0.67, 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 #B52427 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1813639-
CMYK00.800.780.29
HSL358.76º66.82%42.55%-
HSV(B)358.76º80.11%70.98%-
XYZ20.0511.233.03-
YUV79.7105.04200.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.70%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=70.70%
G=14.06%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181363900.800.780.29358.7666.8242.55
HexB524270504E1D167432b
Octal265444701201163554710353
Binary10110101100100100111010100001001110111011011001111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52427; }

 p { color: rgb(181,36,39); }

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

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

 a { background-color: rgb(181,36,39); }

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

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

 span { border-color: rgb(181,36,39); }

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