#B31A24

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

Shades of Fire Engine Red #B31A24

Tints of Fire Engine Red #B31A24

Color information

#B31A24 (or 0xB31A24) is unknown color: approx Fire Engine Red. HEX triplet: B3, 1A and 24. RGB value is (179,26,36). Sum of RGB (Red+Green+Blue) = 179+26+36=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A24 is #4CE5DB. Grayscale: #484848. Windows color (decimal): -5039580 or 2366131. OLE color: 2366131.

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

Color convert

RGB1792636-
CMYK00.850.800.30
HSL356.08º74.63%40.2%-
HSV(B)356.08º85.47%70.2%-
XYZ19.2810.452.67-
YUV72.89107.19203.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.27%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=74.27%
G=10.79%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179263600.850.800.30356.0874.6340.2
HexB31A24055501E1644b28
Octal263324401251203654411350
Binary1011001111010100100010101011010000111101011001001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A24; }

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

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

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

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

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

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

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

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