#B61D20

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

Shades of Fire Engine Red #B61D20

Tints of Fire Engine Red #B61D20

Color information

#B61D20 (or 0xB61D20) is unknown color: approx Fire Engine Red. HEX triplet: B6, 1D and 20. RGB value is (182,29,32). Sum of RGB (Red+Green+Blue) = 182+29+32=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61D20 is #49E2DF. Grayscale: #4B4B4B. Windows color (decimal): -4842208 or 2104758. OLE color: 2104758.

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

Color convert

RGB1822932-
CMYK00.840.820.29
HSL358.82º72.51%41.37%-
HSV(B)358.82º84.07%71.37%-
XYZ19.9910.932.42-
YUV75.09103.69204.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.90%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 32 (12.89% from 255) = 13.17%
R=74.90%
G=11.93%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182293200.840.820.29358.8272.5141.37
HexB61D20054521D1674929
Octal266354001241223554711151
Binary1011011011101100000010101001010010111011011001111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D20; }

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

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

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

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

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

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

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

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