#B61920

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

Shades of Fire Engine Red #B61920

Tints of Fire Engine Red #B61920

Color information

#B61920 (or 0xB61920) is unknown color: approx Fire Engine Red. HEX triplet: B6, 19 and 20. RGB value is (182,25,32). Sum of RGB (Red+Green+Blue) = 182+25+32=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B61920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61920 is #49E6DF. Grayscale: #484848. Windows color (decimal): -4843232 or 2103734. OLE color: 2103734.

HSL color Cylindrical-coordinate representation of color #B61920: hue angle of 357.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61920 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1822532-
CMYK00.860.820.29
HSL357.32º75.85%40.59%-
HSV(B)357.32º86.26%71.37%-
XYZ19.910.742.39-
YUV72.74105.01205.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 76.15%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=76.15%
G=10.46%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182253200.860.820.29357.3275.8540.59
HexB61920056521D1654c29
Octal266314001261223554511451
Binary1011011011001100000010101101010010111011011001011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61920; }

 p { color: rgb(182,25,32); }

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

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

 a { background-color: rgb(182,25,32); }

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

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

 span { border-color: rgb(182,25,32); }

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