#B31632

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

Shades of Cardinal #B31632

Tints of Cardinal #B31632

Color information

#B31632 (or 0xB31632) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 32. RGB value is (179,22,50). Sum of RGB (Red+Green+Blue) = 179+22+50=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B31632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31632 is #4CE9CD. Grayscale: #484848. Windows color (decimal): -5040590 or 3282611. OLE color: 3282611.

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

Color convert

RGB1792250-
CMYK00.880.720.30
HSL349.3º78.11%39.41%-
HSV(B)349.3º87.71%70.2%-
XYZ19.4510.394-
YUV72.14115.51204.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.31%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=71.31%
G=8.76%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179225000.880.720.30349.378.1139.41
HexB31632058481E15d4e27
Octal263266201301103653511647
Binary1011001110110110010010110001001000111101010111011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31632; }

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

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

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

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

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

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

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

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