#B51B32

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

Shades of Cardinal #B51B32

Tints of Cardinal #B51B32

Color information

#B51B32 (or 0xB51B32) is unknown color: approx Cardinal. HEX triplet: B5, 1B and 32. RGB value is (181,27,50). Sum of RGB (Red+Green+Blue) = 181+27+50=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51B32 is #4AE4CD. Grayscale: #4B4B4B. Windows color (decimal): -4908238 or 3283893. OLE color: 3283893.

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

Color convert

RGB1812750-
CMYK00.850.720.29
HSL351.04º74.04%40.78%-
HSV(B)351.04º85.08%70.98%-
XYZ20.0210.844.05-
YUV75.67113.52203.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.16%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 50 (19.92% from 255) = 19.38%
R=70.16%
G=10.47%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181275000.850.720.29351.0474.0440.78
HexB51B32055481D15f4a29
Octal265336201251103553711251
Binary1011010111011110010010101011001000111011010111111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51B32; }

 p { color: rgb(181,27,50); }

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

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

 a { background-color: rgb(181,27,50); }

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

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

 span { border-color: rgb(181,27,50); }

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