Html Css Color HEX #AA140F Fire Brick

📋 copy color: '#AA140F'

red 170 ◦ green 20 ◦ blue 15

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

Shades of Fire Brick #AA140F

Tints of Fire Brick #AA140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 82.93%
G = 9.76%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA140F (or 0xAA140F) is known color: Fire Brick. HEX triplet: AA, 14 and 0F. RGB value is (170,20,15). Sum of RGB (Red+Green+Blue) = 170+20+15=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA140F is #55EBF0. Grayscale: #404040. Windows color (decimal): -5630961 or 988330. OLE color: 988330.

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

Color convert

RGB 170 20 15 -
CMYK 0 0.88 0.91 0.33
HSL 1.94º 0.84% 0.36% -
HSV(B) 1.94º 0.91% 0.67% -
XYZ 16.91 9.08 1.31 -
YUV 64.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 170 20 15 0 0.88 0.91 0.33 1.94 0.84 0.36
Hex AA 14 F 0 58 5B 21 2 54 24
Octal 252 24 17 0 130 133 41 2 124 44
Binary 10101010 10100 1111 0 1011000 1011011 100001 10 1010100 100100

Color Harmonies of #AA140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA140F

Black with #AA140F

Text Example


Text Example

White with #AA140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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