Html Css Color HEX #AA1D14 Fire Brick

📋 copy color: '#AA1D14'

red 170 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #AA1D14

Tints of Fire Brick #AA1D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 77.63%
G = 13.24%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1D14 (or 0xAA1D14) is known color: Fire Brick. HEX triplet: AA, 1D and 14. RGB value is (170,29,20). Sum of RGB (Red+Green+Blue) = 170+29+20=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D14 is #55E2EB. Grayscale: #464646. Windows color (decimal): -5628652 or 1318314. OLE color: 1318314.

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

Color convert

RGB 170 29 20 -
CMYK 0 0.83 0.88 0.33
HSL 3.6º 0.79% 0.37% -
HSV(B) 3.6º 0.88% 0.67% -
XYZ 17.14 9.48 1.59 -
YUV 70.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 170 29 20 0 0.83 0.88 0.33 3.6 0.79 0.37
Hex AA 1D 14 0 53 58 21 4 4F 25
Octal 252 35 24 0 123 130 41 4 117 45
Binary 10101010 11101 10100 0 1010011 1011000 100001 100 1001111 100101

Color Harmonies of #AA1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D14

Black with #AA1D14

Text Example


Text Example

White with #AA1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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