#A92018

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

Shades of Fire Brick #A92018

Tints of Fire Brick #A92018

Color information

#A92018 (or 0xA92018) is unknown color: approx Fire Brick. HEX triplet: A9, 20 and 18. RGB value is (169,32,24). Sum of RGB (Red+Green+Blue) = 169+32+24=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A92018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92018 is #56DFE7. Grayscale: #484848. Windows color (decimal): -5693416 or 1581225. OLE color: 1581225.

HSL color Cylindrical-coordinate representation of color #A92018: hue angle of 3.31º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A92018 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1693224-
CMYK00.810.860.34
HSL3.31º75.13%37.84%-
HSV(B)3.31º85.8%66.27%-
XYZ17.049.531.81-
YUV72.05100.89197.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.11%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=75.11%
G=14.22%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169322400.810.860.343.3175.1337.84
HexA92018051562234b26
Octal2514030012112642311346
Binary1010100110000011000010100011010110100010111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92018; }

 p { color: rgb(169,32,24); }

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

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

 a { background-color: rgb(169,32,24); }

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

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

 span { border-color: rgb(169,32,24); }

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