#B61E22

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

Shades of Fire Engine Red #B61E22

Tints of Fire Engine Red #B61E22

Color information

#B61E22 (or 0xB61E22) is unknown color: approx Fire Engine Red. HEX triplet: B6, 1E and 22. RGB value is (182,30,34). Sum of RGB (Red+Green+Blue) = 182+30+34=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E22 is #49E1DD. Grayscale: #4C4C4C. Windows color (decimal): -4841950 or 2236086. OLE color: 2236086.

HSL color Cylindrical-coordinate representation of color #B61E22: hue angle of 358.42º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61E22 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1823034-
CMYK00.840.810.29
HSL358.42º71.7%41.57%-
HSV(B)358.42º83.52%71.37%-
XYZ20.0410.992.58-
YUV75.9104.36203.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.98%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 34 (13.67% from 255) = 13.82%
R=73.98%
G=12.20%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182303400.840.810.29358.4271.741.57
HexB61E22054511D166482a
Octal266364201241213554611052
Binary1011011011110100010010101001010001111011011001101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E22; }

 p { color: rgb(182,30,34); }

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

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

 a { background-color: rgb(182,30,34); }

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

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

 span { border-color: rgb(182,30,34); }

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