#B51E27

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

Shades of Cardinal #B51E27

Tints of Cardinal #B51E27

Color information

#B51E27 (or 0xB51E27) is unknown color: approx Cardinal. HEX triplet: B5, 1E and 27. RGB value is (181,30,39). Sum of RGB (Red+Green+Blue) = 181+30+39=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E27 is #4AE1D8. Grayscale: #4C4C4C. Windows color (decimal): -4907481 or 2563765. OLE color: 2563765.

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

Color convert

RGB1813039-
CMYK00.830.780.29
HSL356.42º71.56%41.37%-
HSV(B)356.42º83.43%70.98%-
XYZ19.8910.92.97-
YUV76.18107.03202.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.4%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=72.4%
G=12%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181303900.830.780.29356.4271.5641.37
HexB51E270534E1D1644829
Octal265364701231163554411051
Binary1011010111110100111010100111001110111011011001001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E27; }

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

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

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

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

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

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

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

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