Html Css Color HEX #AA271E Fire Brick

📋 copy color: '#AA271E'

red 170 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #AA271E

Tints of Fire Brick #AA271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 71.13%
G = 16.32%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA271E (or 0xAA271E) is known color: Fire Brick. HEX triplet: AA, 27 and 1E. RGB value is (170,39,30). Sum of RGB (Red+Green+Blue) = 170+39+30=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA271E is #55D8E1. Grayscale: #4D4D4D. Windows color (decimal): -5626082 or 1976234. OLE color: 1976234.

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

Color convert

RGB 170 39 30 -
CMYK 0 0.77 0.82 0.33
HSL 3.86º 0.7% 0.39% -
HSV(B) 3.86º 0.82% 0.67% -
XYZ 17.54 10.09 2.25 -
YUV 77.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 170 39 30 0 0.77 0.82 0.33 3.86 0.7 0.39
Hex AA 27 1E 0 4D 52 21 4 46 27
Octal 252 47 36 0 115 122 41 4 106 47
Binary 10101010 100111 11110 0 1001101 1010010 100001 100 1000110 100111

Color Harmonies of #AA271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA271E

Black with #AA271E

Text Example


Text Example

White with #AA271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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