#A92313

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

Shades of Fire Brick #A92313

Tints of Fire Brick #A92313

Color information

#A92313 (or 0xA92313) is unknown color: approx Fire Brick. HEX triplet: A9, 23 and 13. RGB value is (169,35,19). Sum of RGB (Red+Green+Blue) = 169+35+19=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A92313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92313 is #56DCEC. Grayscale: #494949. Windows color (decimal): -5692653 or 1254313. OLE color: 1254313.

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

Color convert

RGB1693519-
CMYK00.790.890.34
HSL6.4º79.79%36.86%-
HSV(B)6.4º88.76%66.27%-
XYZ17.089.681.59-
YUV73.2497.39196.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.78%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=75.78%
G=15.70%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169351900.790.890.346.479.7936.86
HexA9231304F592265025
Octal2514323011713142612045
Binary10101001100011100110100111110110011000101101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92313; }

 p { color: rgb(169,35,19); }

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

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

 a { background-color: rgb(169,35,19); }

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

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

 span { border-color: rgb(169,35,19); }

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