#A92413

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

Shades of Fire Brick #A92413

Tints of Fire Brick #A92413

Color information

#A92413 (or 0xA92413) is unknown color: approx Fire Brick. HEX triplet: A9, 24 and 13. RGB value is (169,36,19). Sum of RGB (Red+Green+Blue) = 169+36+19=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A92413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92413 is #56DBEC. Grayscale: #4A4A4A. Windows color (decimal): -5692397 or 1254569. OLE color: 1254569.

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

Color convert

RGB1693619-
CMYK00.790.890.34
HSL6.8º79.79%36.86%-
HSV(B)6.8º88.76%66.27%-
XYZ17.119.741.6-
YUV73.8397.06195.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.45%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 19 (7.81% from 255) = 8.48%
R=75.45%
G=16.07%
B=8.48%

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
Decimal169361900.790.890.346.879.7936.86
HexA9241304F592275025
Octal2514423011713142712045
Binary10101001100100100110100111110110011000101111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92413; }

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

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

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

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

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

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

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

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