#B31A20

Color #B31A20 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B31A20

Tints of Fire Engine Red #B31A20

Color information

#B31A20 (or 0xB31A20) is unknown color: approx Fire Engine Red. HEX triplet: B3, 1A and 20. RGB value is (179,26,32). Sum of RGB (Red+Green+Blue) = 179+26+32=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A20 is #4CE5DF. Grayscale: #484848. Windows color (decimal): -5039584 or 2103987. OLE color: 2103987.

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

Color convert

RGB1792632-
CMYK00.850.820.30
HSL357.65º74.63%40.2%-
HSV(B)357.65º85.47%70.2%-
XYZ19.2210.432.37-
YUV72.43105.19204.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.53%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=75.53%
G=10.97%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179263200.850.820.30357.6574.6340.2
HexB31A20055521E1664b28
Octal263324001251223654611350
Binary1011001111010100000010101011010010111101011001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A20; }

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

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

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

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

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

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

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

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