Html Css Color HEX #AA1F0E Fire Brick

📋 copy color: '#AA1F0E'

red 170 ◦ green 31 ◦ blue 14

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

Shades of Fire Brick #AA1F0E

Tints of Fire Brick #AA1F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

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

R = 79.07%
G = 14.42%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA1F0E (or 0xAA1F0E) is known color: Fire Brick. HEX triplet: AA, 1F and 0E. RGB value is (170,31,14). Sum of RGB (Red+Green+Blue) = 170+31+14=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1F0E is #55E0F1. Grayscale: #464646. Windows color (decimal): -5628146 or 925610. OLE color: 925610.

HSL color Cylindrical-coordinate representation of color #AA1F0E: hue angle of 6.54º 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 #AA1F0E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 31 14 -
CMYK 0 0.82 0.92 0.33
HSL 6.54º 0.85% 0.36% -
HSV(B) 6.54º 0.92% 0.67% -
XYZ 17.15 9.56 1.36 -
YUV 70.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 170 31 14 0 0.82 0.92 0.33 6.54 0.85 0.36
Hex AA 1F E 0 52 5C 21 7 55 24
Octal 252 37 16 0 122 134 41 7 125 44
Binary 10101010 11111 1110 0 1010010 1011100 100001 111 1010101 100100

Color Harmonies of #AA1F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F0E

Black with #AA1F0E

Text Example


Text Example

White with #AA1F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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