Html Css Color HEX #AA1C0C Fire Brick

📋 copy color: '#AA1C0C'

red 170 ◦ green 28 ◦ blue 12

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

Shades of Fire Brick #AA1C0C

Tints of Fire Brick #AA1C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 80.95%
G = 13.33%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA1C0C (or 0xAA1C0C) is known color: Fire Brick. HEX triplet: AA, 1C and 0C. RGB value is (170,28,12). Sum of RGB (Red+Green+Blue) = 170+28+12=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1C0C is #55E3F3. Grayscale: #444444. Windows color (decimal): -5628916 or 793770. OLE color: 793770.

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

Color convert

RGB 170 28 12 -
CMYK 0 0.84 0.93 0.33
HSL 6.08º 0.87% 0.36% -
HSV(B) 6.08º 0.93% 0.67% -
XYZ 17.06 9.4 1.26 -
YUV 68.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 170 28 12 0 0.84 0.93 0.33 6.08 0.87 0.36
Hex AA 1C C 0 54 5D 21 6 57 24
Octal 252 34 14 0 124 135 41 6 127 44
Binary 10101010 11100 1100 0 1010100 1011101 100001 110 1010111 100100

Color Harmonies of #AA1C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C0C

Black with #AA1C0C

Text Example


Text Example

White with #AA1C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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