Html Css Color HEX #AA1A06 Fire Brick

📋 copy color: '#AA1A06'

red 170 ◦ green 26 ◦ blue 6

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

Shades of Fire Brick #AA1A06

Tints of Fire Brick #AA1A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 84.16%
G = 12.87%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA1A06 (or 0xAA1A06) is known color: Fire Brick. HEX triplet: AA, 1A and 06. RGB value is (170,26,6). Sum of RGB (Red+Green+Blue) = 170+26+6=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A06 is #55E5F9. Grayscale: #434343. Windows color (decimal): -5629434 or 400042. OLE color: 400042.

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

Color convert

RGB 170 26 6 -
CMYK 0 0.85 0.96 0.33
HSL 7.32º 0.93% 0.35% -
HSV(B) 7.32º 0.96% 0.67% -
XYZ 16.98 9.3 1.07 -
YUV 66.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 170 26 6 0 0.85 0.96 0.33 7.32 0.93 0.35
Hex AA 1A 6 0 55 60 21 7 5D 23
Octal 252 32 6 0 125 140 41 7 135 43
Binary 10101010 11010 110 0 1010101 1100000 100001 111 1011101 100011

Color Harmonies of #AA1A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A06

Black with #AA1A06

Text Example


Text Example

White with #AA1A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A06; }

 p { color: rgb(170,26,6); }

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

background-color css

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

 a { background-color: rgb(170,26,6); }

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

border-color css

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

 span { border-color: rgb(170,26,6); }

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