#B31649

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

Shades of Cardinal #B31649

Tints of Cardinal #B31649

Color information

#B31649 (or 0xB31649) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 49. RGB value is (179,22,73). Sum of RGB (Red+Green+Blue) = 179+22+73=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B31649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31649 is #4CE9B6. Grayscale: #4A4A4A. Windows color (decimal): -5040567 or 4789939. OLE color: 4789939.

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

Color convert

RGB1792273-
CMYK00.880.590.30
HSL340.51º78.11%39.41%-
HSV(B)340.51º87.71%70.2%-
XYZ20.0810.647.3-
YUV74.76127.01202.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.33%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=65.33%
G=8.03%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179227300.880.590.30340.5178.1139.41
HexB316490583B1E1554e27
Octal263261110130733652511647
Binary1011001110110100100101011000111011111101010101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31649; }

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

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

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

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

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

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

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

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