#B61521

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

Shades of Fire Engine Red #B61521

Tints of Fire Engine Red #B61521

Color information

#B61521 (or 0xB61521) is unknown color: approx Fire Engine Red. HEX triplet: B6, 15 and 21. RGB value is (182,21,33). Sum of RGB (Red+Green+Blue) = 182+21+33=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B61521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61521 is #49EADE. Grayscale: #464646. Windows color (decimal): -4844255 or 2168246. OLE color: 2168246.

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

Color convert

RGB1822133-
CMYK00.880.820.29
HSL355.53º79.31%39.8%-
HSV(B)355.53º88.46%71.37%-
XYZ19.8310.592.44-
YUV70.51106.84207.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 77.12%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 33 (13.28% from 255) = 13.98%
R=77.12%
G=8.90%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182213300.880.820.29355.5379.3139.8
HexB61521058521D1644f28
Octal266254101301223554411750
Binary1011011010101100001010110001010010111011011001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61521; }

 p { color: rgb(182,21,33); }

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

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

 a { background-color: rgb(182,21,33); }

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

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

 span { border-color: rgb(182,21,33); }

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