#B31626

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

Shades of Fire Engine Red #B31626

Tints of Fire Engine Red #B31626

Color information

#B31626 (or 0xB31626) is unknown color: approx Fire Engine Red. HEX triplet: B3, 16 and 26. RGB value is (179,22,38). Sum of RGB (Red+Green+Blue) = 179+22+38=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B31626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31626 is #4CE9D9. Grayscale: #464646. Windows color (decimal): -5040602 or 2496179. OLE color: 2496179.

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

Color convert

RGB1792238-
CMYK00.880.790.30
HSL353.89º78.11%39.41%-
HSV(B)353.89º87.71%70.2%-
XYZ19.2310.32.81-
YUV70.77109.51205.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.90%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=74.90%
G=9.21%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179223800.880.790.30353.8978.1139.41
HexB316260584F1E1624e27
Octal263264601301173654211647
Binary1011001110110100110010110001001111111101011000101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31626; }

 p { color: rgb(179,22,38); }

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

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

 a { background-color: rgb(179,22,38); }

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

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

 span { border-color: rgb(179,22,38); }

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