Html Css Color HEX #AA1C0A Fire Brick

📋 copy color: '#AA1C0A'

red 170 ◦ green 28 ◦ blue 10

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

Shades of Fire Brick #AA1C0A

Tints of Fire Brick #AA1C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

 BLUE value IS 10 (4.3% from 255) = 4.81%

R = 81.73%
G = 13.46%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA1C0A (or 0xAA1C0A) is known color: Fire Brick. HEX triplet: AA, 1C and 0A. RGB value is (170,28,10). Sum of RGB (Red+Green+Blue) = 170+28+10=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C0A is #55E3F5. Grayscale: #444444. Windows color (decimal): -5628918 or 662698. OLE color: 662698.

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

Color convert

RGB 170 28 10 -
CMYK 0 0.84 0.94 0.33
HSL 6.75º 0.89% 0.35% -
HSV(B) 6.75º 0.94% 0.67% -
XYZ 17.05 9.4 1.2 -
YUV 68.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 170 28 10 0 0.84 0.94 0.33 6.75 0.89 0.35
Hex AA 1C A 0 54 5E 21 7 59 23
Octal 252 34 12 0 124 136 41 7 131 43
Binary 10101010 11100 1010 0 1010100 1011110 100001 111 1011001 100011

Color Harmonies of #AA1C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C0A

Black with #AA1C0A

Text Example


Text Example

White with #AA1C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C0A; }

 p { color: rgb(170,28,10); }

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

background-color css

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

 a { background-color: rgb(170,28,10); }

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

border-color css

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

 span { border-color: rgb(170,28,10); }

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