#B31A2F

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

Shades of Cardinal #B31A2F

Tints of Cardinal #B31A2F

Color information

#B31A2F (or 0xB31A2F) is unknown color: approx Cardinal. HEX triplet: B3, 1A and 2F. RGB value is (179,26,47). Sum of RGB (Red+Green+Blue) = 179+26+47=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A2F is #4CE5D0. Grayscale: #4A4A4A. Windows color (decimal): -5039569 or 3087027. OLE color: 3087027.

HSL color Cylindrical-coordinate representation of color #B31A2F: hue angle of 351.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A2F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1792647-
CMYK00.850.740.30
HSL351.76º74.63%40.2%-
HSV(B)351.76º85.47%70.2%-
XYZ19.4710.533.7-
YUV74.14112.69202.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.03%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=71.03%
G=10.32%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179264700.850.740.30351.7674.6340.2
HexB31A2F0554A1E1604b28
Octal263325701251123654011350
Binary1011001111010101111010101011001010111101011000001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A2F; }

 p { color: rgb(179,26,47); }

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

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

 a { background-color: rgb(179,26,47); }

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

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

 span { border-color: rgb(179,26,47); }

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