#b5252f

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

Shades of Cardinal #B5252F

Tints of Cardinal #B5252F

Color information

#B5252F (or 0xB5252F) is unknown color: approx Cardinal. HEX triplet: B5, 25 and 2F. RGB value is (181,37,47). Sum of RGB (Red+Green+Blue) = 181+37+47=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5252F is #4ADAD0. Grayscale: #515151. Windows color (decimal): -4905681 or 3089845. OLE color: 3089845.

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

Color convert

RGB1813747-
CMYK00.800.740.29
HSL355.83º66.06%42.75%-
HSV(B)355.83º79.56%70.98%-
XYZ20.2311.353.81-
YUV81.2108.71199.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.30%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=68.30%
G=13.96%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181374700.800.740.29355.8366.0642.75
HexB5252F0504A1D164422b
Octal265455701201123554410253
Binary10110101100101101111010100001001010111011011001001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5252f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5252f; }

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

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

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

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

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

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

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

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