#B51F42

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

Shades of Cardinal #B51F42

Tints of Cardinal #B51F42

Color information

#B51F42 (or 0xB51F42) is unknown color: approx Cardinal. HEX triplet: B5, 1F and 42. RGB value is (181,31,66). Sum of RGB (Red+Green+Blue) = 181+31+66=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B51F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51F42 is #4AE0BD. Grayscale: #4F4F4F. Windows color (decimal): -4907198 or 4333493. OLE color: 4333493.

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

Color convert

RGB1813166-
CMYK00.830.640.29
HSL346º70.75%41.57%-
HSV(B)346º82.87%70.98%-
XYZ20.5311.26.23-
YUV79.84120.2200.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.11%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=65.11%
G=11.15%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181316600.830.640.2934670.7541.57
HexB51F42053401D15a472a
Octal2653710201231003553210752
Binary10110101111111000010010100111000000111011010110101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51F42; }

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

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

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

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

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

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

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

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