Html Css Color HEX #AA100C Fire Brick

📋 copy color: '#AA100C'

red 170 ◦ green 16 ◦ blue 12

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

Shades of Fire Brick #AA100C

Tints of Fire Brick #AA100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

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

R = 85.86%
G = 8.08%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA100C (or 0xAA100C) is known color: Fire Brick. HEX triplet: AA, 10 and 0C. RGB value is (170,16,12). Sum of RGB (Red+Green+Blue) = 170+16+12=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA100C is #55EFF3. Grayscale: #3D3D3D. Windows color (decimal): -5631988 or 790698. OLE color: 790698.

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

Color convert

RGB 170 16 12 -
CMYK 0 0.91 0.93 0.33
HSL 1.52º 0.87% 0.36% -
HSV(B) 1.52º 0.93% 0.67% -
XYZ 16.83 8.94 1.19 -
YUV 61.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 170 16 12 0 0.91 0.93 0.33 1.52 0.87 0.36
Hex AA 10 C 0 5B 5D 21 2 57 24
Octal 252 20 14 0 133 135 41 2 127 44
Binary 10101010 10000 1100 0 1011011 1011101 100001 10 1010111 100100

Color Harmonies of #AA100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA100C

Black with #AA100C

Text Example


Text Example

White with #AA100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA100C; }

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

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

background-color css

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

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

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

border-color css

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

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

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