#A91508

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

Shades of Fire Brick #A91508

Tints of Fire Brick #A91508

Color information

#A91508 (or 0xA91508) is unknown color: approx Fire Brick. HEX triplet: A9, 15 and 08. RGB value is (169,21,8). Sum of RGB (Red+Green+Blue) = 169+21+8=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A91508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91508 is #56EAF7. Grayscale: #3F3F3F. Windows color (decimal): -5696248 or 529833. OLE color: 529833.

HSL color Cylindrical-coordinate representation of color #A91508: hue angle of 4.84º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A91508 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB169218-
CMYK00.880.950.34
HSL4.84º90.96%34.71%-
HSV(B)4.84º95.27%66.27%-
XYZ16.678.991.09-
YUV63.7796.53203.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 85.35%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=85.35%
G=10.61%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16921800.880.950.344.8490.9634.71
HexA91580585F2255b23
Octal2512510013013742513343
Binary101010011010110000101100010111111000101011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91508; }

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

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

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

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

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

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

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

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