#b61926

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

Shades of Fire Engine Red #B61926

Tints of Fire Engine Red #B61926

Color information

#B61926 (or 0xB61926) is unknown color: approx Fire Engine Red. HEX triplet: B6, 19 and 26. RGB value is (182,25,38). Sum of RGB (Red+Green+Blue) = 182+25+38=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B61926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61926 is #49E6D9. Grayscale: #494949. Windows color (decimal): -4843226 or 2496950. OLE color: 2496950.

HSL color Cylindrical-coordinate representation of color #B61926: hue angle of 355.03º 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 #B61926 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1822538-
CMYK00.860.790.29
HSL355.03º75.85%40.59%-
HSV(B)355.03º86.26%71.37%-
XYZ19.9910.782.86-
YUV73.42108.01205.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.29%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=74.29%
G=10.20%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182253800.860.790.29355.0375.8540.59
HexB619260564F1D1634c29
Octal266314601261173554311451
Binary1011011011001100110010101101001111111011011000111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61926; }

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

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

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

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

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

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

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

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