Html Css Color HEX #AA1807 Fire Brick

📋 copy color: '#AA1807'

red 170 ◦ green 24 ◦ blue 7

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

Shades of Fire Brick #AA1807

Tints of Fire Brick #AA1807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 7 (3.13% from 255) = 3.48%

R = 84.58%
G = 11.94%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA1807 (or 0xAA1807) is known color: Fire Brick. HEX triplet: AA, 18 and 07. RGB value is (170,24,7). Sum of RGB (Red+Green+Blue) = 170+24+7=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1807 is #55E7F8. Grayscale: #414141. Windows color (decimal): -5629945 or 465066. OLE color: 465066.

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

Color convert

RGB 170 24 7 -
CMYK 0 0.86 0.96 0.33
HSL 6.26º 0.92% 0.35% -
HSV(B) 6.26º 0.96% 0.67% -
XYZ 16.94 9.21 1.09 -
YUV 65.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 170 24 7 0 0.86 0.96 0.33 6.26 0.92 0.35
Hex AA 18 7 0 56 60 21 6 5C 23
Octal 252 30 7 0 126 140 41 6 134 43
Binary 10101010 11000 111 0 1010110 1100000 100001 110 1011100 100011

Color Harmonies of #AA1807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1807

Black with #AA1807

Text Example


Text Example

White with #AA1807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1807; }

 p { color: rgb(170,24,7); }

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

background-color css

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

 a { background-color: rgb(170,24,7); }

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

border-color css

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

 span { border-color: rgb(170,24,7); }

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