#B31639

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

Shades of Cardinal #B31639

Tints of Cardinal #B31639

Color information

#B31639 (or 0xB31639) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 39. RGB value is (179,22,57). Sum of RGB (Red+Green+Blue) = 179+22+57=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B31639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31639 is #4CE9C6. Grayscale: #484848. Windows color (decimal): -5040583 or 3741363. OLE color: 3741363.

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

Color convert

RGB1792257-
CMYK00.880.680.30
HSL346.62º78.11%39.41%-
HSV(B)346.62º87.71%70.2%-
XYZ19.6210.454.85-
YUV72.93119.01203.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.38%
GREEN value IS 22 (8.98% from 255) = 8.53%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=69.38%
G=8.53%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179225700.880.680.30346.6278.1139.41
HexB31639058441E15b4e27
Octal263267101301043653311647
Binary1011001110110111001010110001000100111101010110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31639; }

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

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

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

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

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

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

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

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