#A92111

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

Shades of Fire Brick #A92111

Tints of Fire Brick #A92111

Color information

#A92111 (or 0xA92111) is unknown color: approx Fire Brick. HEX triplet: A9, 21 and 11. RGB value is (169,33,17). Sum of RGB (Red+Green+Blue) = 169+33+17=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A92111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92111 is #56DEEE. Grayscale: #484848. Windows color (decimal): -5693167 or 1122729. OLE color: 1122729.

HSL color Cylindrical-coordinate representation of color #A92111: hue angle of 6.32º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A92111 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1693317-
CMYK00.800.900.34
HSL6.32º81.72%36.47%-
HSV(B)6.32º89.94%66.27%-
XYZ17.019.561.48-
YUV71.8497.06197.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.17%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=77.17%
G=15.07%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169331700.800.900.346.3281.7236.47
HexA921110505A2265224
Octal2514121012013242612244
Binary10101001100001100010101000010110101000101101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92111; }

 p { color: rgb(169,33,17); }

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

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

 a { background-color: rgb(169,33,17); }

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

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

 span { border-color: rgb(169,33,17); }

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