#a92518

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

Shades of Fire Brick #A92518

Tints of Fire Brick #A92518

Color information

#A92518 (or 0xA92518) is unknown color: approx Fire Brick. HEX triplet: A9, 25 and 18. RGB value is (169,37,24). Sum of RGB (Red+Green+Blue) = 169+37+24=230 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.48% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 169 - color contains mainly: red. Hex color #A92518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92518 is #56DAE7. Grayscale: #4B4B4B. Windows color (decimal): -5692136 or 1582505. OLE color: 1582505.

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

Color convert

RGB1693724-
CMYK00.780.860.34
HSL5.38º75.13%37.84%-
HSV(B)5.38º85.8%66.27%-
XYZ17.199.821.85-
YUV74.9999.23195.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 73.48%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 24 (9.77% from 255) = 10.43%
R=73.48%
G=16.09%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169372400.780.860.345.3875.1337.84
HexA9251804E562254b26
Octal2514530011612642511346
Binary10101001100101110000100111010101101000101011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92518; }

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

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

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

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

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

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

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

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