#B31531

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

Shades of Cardinal #B31531

Tints of Cardinal #B31531

Color information

#B31531 (or 0xB31531) is unknown color: approx Cardinal. HEX triplet: B3, 15 and 31. RGB value is (179,21,49). Sum of RGB (Red+Green+Blue) = 179+21+49=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B31531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31531 is #4CEACE. Grayscale: #474747. Windows color (decimal): -5040847 or 3216819. OLE color: 3216819.

HSL color Cylindrical-coordinate representation of color #B31531: hue angle of 349.37º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31531 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1792149-
CMYK00.880.730.30
HSL349.37º79%39.22%-
HSV(B)349.37º88.27%70.2%-
XYZ19.4110.343.88-
YUV71.43115.35204.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=71.89%
G=8.43%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179214900.880.730.30349.377939.22
HexB31531058491E15d4f27
Octal263256101301113653511747
Binary1011001110101110001010110001001001111101010111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31531; }

 p { color: rgb(179,21,49); }

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

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

 a { background-color: rgb(179,21,49); }

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

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

 span { border-color: rgb(179,21,49); }

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