Html Css Color HEX #AA1E1D Fire Brick

📋 copy color: '#AA1E1D'

red 170 ◦ green 30 ◦ blue 29

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

Shades of Fire Brick #AA1E1D

Tints of Fire Brick #AA1E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.1%

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 74.24%
G = 13.1%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA1E1D (or 0xAA1E1D) is known color: Fire Brick. HEX triplet: AA, 1E and 1D. RGB value is (170,30,29). Sum of RGB (Red+Green+Blue) = 170+30+29=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E1D is #55E1E2. Grayscale: #474747. Windows color (decimal): -5628387 or 1908394. OLE color: 1908394.

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

Color convert

RGB 170 30 29 -
CMYK 0 0.82 0.83 0.33
HSL 0.43º 0.71% 0.39% -
HSV(B) 0.43º 0.83% 0.67% -
XYZ 17.26 9.56 2.1 -
YUV 71.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 170 30 29 0 0.82 0.83 0.33 0.43 0.71 0.39
Hex AA 1E 1D 0 52 53 21 0 47 27
Octal 252 36 35 0 122 123 41 0 107 47
Binary 10101010 11110 11101 0 1010010 1010011 100001 0 1000111 100111

Color Harmonies of #AA1E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E1D

Black with #AA1E1D

Text Example


Text Example

White with #AA1E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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