#B61A21

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

Shades of Fire Engine Red #B61A21

Tints of Fire Engine Red #B61A21

Color information

#B61A21 (or 0xB61A21) is unknown color: approx Fire Engine Red. HEX triplet: B6, 1A and 21. RGB value is (182,26,33). Sum of RGB (Red+Green+Blue) = 182+26+33=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A21 is #49E5DE. Grayscale: #494949. Windows color (decimal): -4842975 or 2169526. OLE color: 2169526.

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

Color convert

RGB1822633-
CMYK00.860.820.29
HSL357.31º75%40.78%-
HSV(B)357.31º85.71%71.37%-
XYZ19.9410.792.47-
YUV73.44105.18205.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.52%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=75.52%
G=10.79%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182263300.860.820.29357.317540.78
HexB61A21056521D1654b29
Octal266324101261223554511351
Binary1011011011010100001010101101010010111011011001011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A21; }

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

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

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

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

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

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

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

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