#B31631

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

Shades of Cardinal #B31631

Tints of Cardinal #B31631

Color information

#B31631 (or 0xB31631) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 31. RGB value is (179,22,49). Sum of RGB (Red+Green+Blue) = 179+22+49=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B31631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31631 is #4CE9CE. Grayscale: #484848. Windows color (decimal): -5040591 or 3217075. OLE color: 3217075.

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

Color convert

RGB1792249-
CMYK00.880.730.30
HSL349.68º78.11%39.41%-
HSV(B)349.68º87.71%70.2%-
XYZ19.4310.383.88-
YUV72.02115.01204.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.6%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=71.6%
G=8.8%
B=19.6%

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
Decimal179224900.880.730.30349.6878.1139.41
HexB31631058491E15e4e27
Octal263266101301113653611647
Binary1011001110110110001010110001001001111101010111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31631; }

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

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

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

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

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

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

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

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