Html Css Color HEX #AA270E Fire Brick

📋 copy color: '#AA270E'

red 170 ◦ green 39 ◦ blue 14

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

Shades of Fire Brick #AA270E

Tints of Fire Brick #AA270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 76.23%
G = 17.49%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA270E (or 0xAA270E) is known color: Fire Brick. HEX triplet: AA, 27 and 0E. RGB value is (170,39,14). Sum of RGB (Red+Green+Blue) = 170+39+14=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA270E is #55D8F1. Grayscale: #4B4B4B. Windows color (decimal): -5626098 or 927658. OLE color: 927658.

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

Color convert

RGB 170 39 14 -
CMYK 0 0.77 0.92 0.33
HSL 9.62º 0.85% 0.36% -
HSV(B) 9.62º 0.92% 0.67% -
XYZ 17.38 10.03 1.44 -
YUV 75.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 170 39 14 0 0.77 0.92 0.33 9.62 0.85 0.36
Hex AA 27 E 0 4D 5C 21 A 55 24
Octal 252 47 16 0 115 134 41 12 125 44
Binary 10101010 100111 1110 0 1001101 1011100 100001 1010 1010101 100100

Color Harmonies of #AA270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA270E

Black with #AA270E

Text Example


Text Example

White with #AA270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA270E; }

 p { color: rgb(170,39,14); }

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

background-color css

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

 a { background-color: rgb(170,39,14); }

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

border-color css

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

 span { border-color: rgb(170,39,14); }

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