#A92515

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

Shades of Fire Brick #A92515

Tints of Fire Brick #A92515

Color information

#A92515 (or 0xA92515) is unknown color: approx Fire Brick. HEX triplet: A9, 25 and 15. RGB value is (169,37,21). Sum of RGB (Red+Green+Blue) = 169+37+21=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A92515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92515 is #56DAEA. Grayscale: #4A4A4A. Windows color (decimal): -5692139 or 1385897. OLE color: 1385897.

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

Color convert

RGB1693721-
CMYK00.780.880.34
HSL6.49º77.89%37.25%-
HSV(B)6.49º87.57%66.27%-
XYZ17.169.811.7-
YUV74.6497.73195.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.45%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=74.45%
G=16.30%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169372100.780.880.346.4977.8937.25
HexA9251504E582264e25
Octal2514525011613042611645
Binary10101001100101101010100111010110001000101101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92515; }

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

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

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

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

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

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

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

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