#B31346

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

Shades of Cardinal #B31346

Tints of Cardinal #B31346

Color information

#B31346 (or 0xB31346) is unknown color: approx Cardinal. HEX triplet: B3, 13 and 46. RGB value is (179,19,70). Sum of RGB (Red+Green+Blue) = 179+19+70=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B31346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31346 is #4CECB9. Grayscale: #484848. Windows color (decimal): -5041338 or 4592563. OLE color: 4592563.

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

Color convert

RGB1791970-
CMYK00.890.610.30
HSL340.88º80.81%38.82%-
HSV(B)340.88º89.39%70.2%-
XYZ19.9310.496.77-
YUV72.65126.51203.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.79%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=66.79%
G=7.09%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179197000.890.610.30340.8880.8138.82
HexB313460593D1E1555127
Octal263231060131753652512147
Binary1011001110011100011001011001111101111101010101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31346; }

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

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

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

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

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

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

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

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