#A91905

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

Shades of Fire Brick #A91905

Tints of Fire Brick #A91905

Color information

#A91905 (or 0xA91905) is unknown color: approx Fire Brick. HEX triplet: A9, 19 and 05. RGB value is (169,25,5). Sum of RGB (Red+Green+Blue) = 169+25+5=199 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.92% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 169 - color contains mainly: red. Hex color #A91905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91905 is #56E6FA. Grayscale: #414141. Windows color (decimal): -5695227 or 334249. OLE color: 334249.

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

Color convert

RGB169255-
CMYK00.850.970.34
HSL7.32º94.25%34.12%-
HSV(B)7.32º97.04%66.27%-
XYZ16.749.141.03-
YUV65.7893.71201.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 84.92%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=84.92%
G=12.56%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16925500.850.970.347.3294.2534.12
HexA9195055612275e22
Octal251315012514142713642
Binary10101001110011010101010111000011000101111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91905; }

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

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

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

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

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

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

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

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