#B51631

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

Shades of Cardinal #B51631

Tints of Cardinal #B51631

Color information

#B51631 (or 0xB51631) is unknown color: approx Cardinal. HEX triplet: B5, 16 and 31. RGB value is (181,22,49). Sum of RGB (Red+Green+Blue) = 181+22+49=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B51631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51631 is #4AE9CE. Grayscale: #484848. Windows color (decimal): -4909519 or 3217077. OLE color: 3217077.

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

Color convert

RGB1812249-
CMYK00.880.730.29
HSL349.81º78.33%39.8%-
HSV(B)349.81º87.85%70.98%-
XYZ19.910.623.91-
YUV72.62114.68205.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.83%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=71.83%
G=8.73%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181224900.880.730.29349.8178.3339.8
HexB51631058491D15e4e28
Octal265266101301113553611650
Binary1011010110110110001010110001001001111011010111101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51631; }

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

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

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

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

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

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

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

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