#A92015

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

Shades of Fire Brick #A92015

Tints of Fire Brick #A92015

Color information

#A92015 (or 0xA92015) is unknown color: approx Fire Brick. HEX triplet: A9, 20 and 15. RGB value is (169,32,21). Sum of RGB (Red+Green+Blue) = 169+32+21=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A92015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92015 is #56DFEA. Grayscale: #474747. Windows color (decimal): -5693419 or 1384617. OLE color: 1384617.

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

Color convert

RGB1693221-
CMYK00.810.880.34
HSL4.46º77.89%37.25%-
HSV(B)4.46º87.57%66.27%-
XYZ17.019.521.65-
YUV71.7199.39197.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 76.13%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=76.13%
G=14.41%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169322100.810.880.344.4677.8937.25
HexA92015051582244e25
Octal2514025012113042411645
Binary10101001100000101010101000110110001000101001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92015; }

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

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

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

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

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

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

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

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