#A92115

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

Shades of Fire Brick #A92115

Tints of Fire Brick #A92115

Color information

#A92115 (or 0xA92115) is unknown color: approx Fire Brick. HEX triplet: A9, 21 and 15. RGB value is (169,33,21). Sum of RGB (Red+Green+Blue) = 169+33+21=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A92115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92115 is #56DEEA. Grayscale: #484848. Windows color (decimal): -5693163 or 1384873. OLE color: 1384873.

HSL color Cylindrical-coordinate representation of color #A92115: hue angle of 4.86º 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 #A92115 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB1693321-
CMYK00.800.880.34
HSL4.86º77.89%37.25%-
HSV(B)4.86º87.57%66.27%-
XYZ17.049.581.66-
YUV72.399.06196.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.78%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=75.78%
G=14.80%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169332100.800.880.344.8677.8937.25
HexA92115050582254e25
Octal2514125012013042511645
Binary10101001100001101010101000010110001000101011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92115; }

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

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

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

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

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

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

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

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