#A92422

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

Shades of Fire Brick #A92422

Tints of Fire Brick #A92422

Color information

#A92422 (or 0xA92422) is unknown color: approx Fire Brick. HEX triplet: A9, 24 and 22. RGB value is (169,36,34). Sum of RGB (Red+Green+Blue) = 169+36+34=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A92422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92422 is #56DBDD. Grayscale: #4B4B4B. Windows color (decimal): -5692382 or 2237609. OLE color: 2237609.

HSL color Cylindrical-coordinate representation of color #A92422: hue angle of 0.89º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92422 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1693634-
CMYK00.790.800.34
HSL0.89º66.5%39.8%-
HSV(B)0.89º79.88%66.27%-
XYZ17.289.812.5-
YUV75.54104.56194.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 70.71%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=70.71%
G=15.06%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169363400.790.800.340.8966.539.8
HexA9242204F502214328
Octal2514442011712042110350
Binary1010100110010010001001001111101000010001011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92422; }

 p { color: rgb(169,36,34); }

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

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

 a { background-color: rgb(169,36,34); }

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

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

 span { border-color: rgb(169,36,34); }

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