#B51E28

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

Shades of Cardinal #B51E28

Tints of Cardinal #B51E28

Color information

#B51E28 (or 0xB51E28) is unknown color: approx Cardinal. HEX triplet: B5, 1E and 28. RGB value is (181,30,40). Sum of RGB (Red+Green+Blue) = 181+30+40=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E28 is #4AE1D7. Grayscale: #4C4C4C. Windows color (decimal): -4907480 or 2629301. OLE color: 2629301.

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

Color convert

RGB1813040-
CMYK00.830.780.29
HSL356.03º71.56%41.37%-
HSV(B)356.03º83.43%70.98%-
XYZ19.910.913.06-
YUV76.29107.53202.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.11%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=72.11%
G=11.95%
B=15.94%

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
Decimal181304000.830.780.29356.0371.5641.37
HexB51E280534E1D1644829
Octal265365001231163554411051
Binary1011010111110101000010100111001110111011011001001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E28; }

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

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

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

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

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

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

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

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