Html Css Color HEX #AA1D10 Fire Brick

📋 copy color: '#AA1D10'

red 170 ◦ green 29 ◦ blue 16

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

Shades of Fire Brick #AA1D10

Tints of Fire Brick #AA1D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.49%

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 79.07%
G = 13.49%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA1D10 (or 0xAA1D10) is known color: Fire Brick. HEX triplet: AA, 1D and 10. RGB value is (170,29,16). Sum of RGB (Red+Green+Blue) = 170+29+16=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D10 is #55E2EF. Grayscale: #454545. Windows color (decimal): -5628656 or 1056170. OLE color: 1056170.

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

Color convert

RGB 170 29 16 -
CMYK 0 0.83 0.91 0.33
HSL 5.06º 0.83% 0.36% -
HSV(B) 5.06º 0.91% 0.67% -
XYZ 17.11 9.46 1.41 -
YUV 69.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 170 29 16 0 0.83 0.91 0.33 5.06 0.83 0.36
Hex AA 1D 10 0 53 5B 21 5 53 24
Octal 252 35 20 0 123 133 41 5 123 44
Binary 10101010 11101 10000 0 1010011 1011011 100001 101 1010011 100100

Color Harmonies of #AA1D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D10

Black with #AA1D10

Text Example


Text Example

White with #AA1D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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