#B51632

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

Shades of Cardinal #B51632

Tints of Cardinal #B51632

Color information

#B51632 (or 0xB51632) is unknown color: approx Cardinal. HEX triplet: B5, 16 and 32. RGB value is (181,22,50). Sum of RGB (Red+Green+Blue) = 181+22+50=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B51632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51632 is #4AE9CD. Grayscale: #484848. Windows color (decimal): -4909518 or 3282613. OLE color: 3282613.

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

Color convert

RGB1812250-
CMYK00.880.720.29
HSL349.43º78.33%39.8%-
HSV(B)349.43º87.85%70.98%-
XYZ19.9210.634.02-
YUV72.73115.18205.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.54%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=71.54%
G=8.70%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181225000.880.720.29349.4378.3339.8
HexB51632058481D15d4e28
Octal265266201301103553511650
Binary1011010110110110010010110001001000111011010111011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51632; }

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

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

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

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

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

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

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

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