#B61D22

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

Shades of Fire Engine Red #B61D22

Tints of Fire Engine Red #B61D22

Color information

#B61D22 (or 0xB61D22) is unknown color: approx Fire Engine Red. HEX triplet: B6, 1D and 22. RGB value is (182,29,34). Sum of RGB (Red+Green+Blue) = 182+29+34=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D22 is #49E2DD. Grayscale: #4B4B4B. Windows color (decimal): -4842206 or 2235830. OLE color: 2235830.

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

Color convert

RGB1822934-
CMYK00.840.810.29
HSL358.04º72.51%41.37%-
HSV(B)358.04º84.07%71.37%-
XYZ20.0210.942.57-
YUV75.32104.69204.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.29%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=74.29%
G=11.84%
B=13.88%

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
Decimal182293400.840.810.29358.0472.5141.37
HexB61D22054511D1664929
Octal266354201241213554611151
Binary1011011011101100010010101001010001111011011001101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D22; }

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

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

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

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

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

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

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

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