#B51E3C

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

Shades of Cardinal #B51E3C

Tints of Cardinal #B51E3C

Color information

#B51E3C (or 0xB51E3C) is unknown color: approx Cardinal. HEX triplet: B5, 1E and 3C. RGB value is (181,30,60). Sum of RGB (Red+Green+Blue) = 181+30+60=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E3C is #4AE1C3. Grayscale: #4E4E4E. Windows color (decimal): -4907460 or 3940021. OLE color: 3940021.

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

Color convert

RGB1813060-
CMYK00.830.670.29
HSL348.08º71.56%41.37%-
HSV(B)348.08º83.43%70.98%-
XYZ20.3411.085.34-
YUV78.57117.53201.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.79%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 60 (23.83% from 255) = 22.14%
R=66.79%
G=11.07%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181306000.830.670.29348.0871.5641.37
HexB51E3C053431D15c4829
Octal265367401231033553411051
Binary1011010111110111100010100111000011111011010111001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51E3C; }

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

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

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

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

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

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

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

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