#B31327

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

Shades of Cardinal #B31327

Tints of Cardinal #B31327

Color information

#B31327 (or 0xB31327) is unknown color: approx Cardinal. HEX triplet: B3, 13 and 27. RGB value is (179,19,39). Sum of RGB (Red+Green+Blue) = 179+19+39=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B31327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31327 is #4CECD8. Grayscale: #454545. Windows color (decimal): -5041369 or 2560947. OLE color: 2560947.

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

Color convert

RGB1791939-
CMYK00.890.780.30
HSL352.5º80.81%38.82%-
HSV(B)352.5º89.39%70.2%-
XYZ19.1910.22.88-
YUV69.12111.01206.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.53%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=75.53%
G=8.02%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179193900.890.780.30352.580.8138.82
HexB313270594E1E1605127
Octal263234701311163654012147
Binary1011001110011100111010110011001110111101011000001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31327; }

 p { color: rgb(179,19,39); }

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

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

 a { background-color: rgb(179,19,39); }

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

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

 span { border-color: rgb(179,19,39); }

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