#B51F2D

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

Shades of Cardinal #B51F2D

Tints of Cardinal #B51F2D

Color information

#B51F2D (or 0xB51F2D) is unknown color: approx Cardinal. HEX triplet: B5, 1F and 2D. RGB value is (181,31,45). Sum of RGB (Red+Green+Blue) = 181+31+45=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F2D is #4AE0D2. Grayscale: #4D4D4D. Windows color (decimal): -4907219 or 2957237. OLE color: 2957237.

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

Color convert

RGB1813145-
CMYK00.830.750.29
HSL354.4º70.75%41.57%-
HSV(B)354.4º82.87%70.98%-
XYZ20.0210.993.55-
YUV77.45109.7201.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.43%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=70.43%
G=12.06%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181314500.830.750.29354.470.7541.57
HexB51F2D0534B1D162472a
Octal265375501231133554210752
Binary1011010111111101101010100111001011111011011000101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51F2D; }

 p { color: rgb(181,31,45); }

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

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

 a { background-color: rgb(181,31,45); }

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

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

 span { border-color: rgb(181,31,45); }

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