#A91705

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

Shades of Fire Brick #A91705

Tints of Fire Brick #A91705

Color information

#A91705 (or 0xA91705) is unknown color: approx Fire Brick. HEX triplet: A9, 17 and 05. RGB value is (169,23,5). Sum of RGB (Red+Green+Blue) = 169+23+5=197 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.79% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 169 - color contains mainly: red. Hex color #A91705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91705 is #56E8FA. Grayscale: #404040. Windows color (decimal): -5695739 or 333737. OLE color: 333737.

HSL color Cylindrical-coordinate representation of color #A91705: hue angle of 6.59º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A91705 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB169235-
CMYK00.860.970.34
HSL6.59º94.25%34.12%-
HSV(B)6.59º97.04%66.27%-
XYZ16.79.061.01-
YUV64.694.37202.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 85.79%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=85.79%
G=11.68%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16923500.860.970.346.5994.2534.12
HexA9175056612275e22
Octal251275012614142713642
Binary10101001101111010101011011000011000101111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91705; }

 p { color: rgb(169,23,5); }

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

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

 a { background-color: rgb(169,23,5); }

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

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

 span { border-color: rgb(169,23,5); }

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