Html Css Color HEX #AA1708 Fire Brick

📋 copy color: '#AA1708'

red 170 ◦ green 23 ◦ blue 8

#AA1708
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AA1708

Tints of Fire Brick #AA1708

RGB

 RED value IS 170 (66.8% from 255) = 84.58%

 GREEN value IS 23 (9.38% from 255) = 11.44%

 BLUE value IS 8 (3.52% from 255) = 3.98%

R = 84.58%
G = 11.44%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA1708 (or 0xAA1708) is known color: Fire Brick. HEX triplet: AA, 17 and 08. RGB value is (170,23,8). Sum of RGB (Red+Green+Blue) = 170+23+8=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1708 is #55E8F7. Grayscale: #414141. Windows color (decimal): -5630200 or 530346. OLE color: 530346.

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

Color convert

RGB 170 23 8 -
CMYK 0 0.86 0.95 0.33
HSL 5.56º 0.91% 0.35% -
HSV(B) 5.56º 0.95% 0.67% -
XYZ 16.93 9.18 1.11 -
YUV 65.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 170 23 8 0 0.86 0.95 0.33 5.56 0.91 0.35
Hex AA 17 8 0 56 5F 21 6 5B 23
Octal 252 27 10 0 126 137 41 6 133 43
Binary 10101010 10111 1000 0 1010110 1011111 100001 110 1011011 100011

Color Harmonies of #AA1708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1708

Black with #AA1708

Text Example


Text Example

White with #AA1708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1708; }

 p { color: rgb(170,23,8); }

 H1.HeaderClassName
 {
   color: #AA1708;
 }
 .AnyTagClassName
 {
   color: #AA1708;
 }
</style>

background-color css

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

 a { background-color: rgb(170,23,8); }

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

border-color css

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

 span { border-color: rgb(170,23,8); }

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