#A11E1B

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

Shades of Fire Brick #A11E1B

Tints of Fire Brick #A11E1B

Color information

#A11E1B (or 0xA11E1B) is unknown color: approx Fire Brick. HEX triplet: A1, 1E and 1B. RGB value is (161,30,27). Sum of RGB (Red+Green+Blue) = 161+30+27=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E1B is #5EE1E4. Grayscale: #444444. Windows color (decimal): -6218213 or 1777313. OLE color: 1777313.

HSL color Cylindrical-coordinate representation of color #A11E1B: hue angle of 1.34º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11E1B is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB1613027-
CMYK00.810.830.37
HSL1.34º71.28%36.86%-
HSV(B)1.34º83.23%63.14%-
XYZ15.368.581.88-
YUV68.83104.4193.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.85%
GREEN value IS 30 (12.11% from 255) = 13.76%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=73.85%
G=13.76%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161302700.810.830.371.3471.2836.86
HexA11E1B051532514725
Octal2413633012112345110745
Binary10100001111101101101010001101001110010111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E1B; }

 p { color: rgb(161,30,27); }

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

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

 a { background-color: rgb(161,30,27); }

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

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

 span { border-color: rgb(161,30,27); }

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