Html Css Color HEX #AA1B0E Fire Brick

📋 copy color: '#AA1B0E'

red 170 ◦ green 27 ◦ blue 14

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

Shades of Fire Brick #AA1B0E

Tints of Fire Brick #AA1B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

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

R = 80.57%
G = 12.8%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA1B0E (or 0xAA1B0E) is known color: Fire Brick. HEX triplet: AA, 1B and 0E. RGB value is (170,27,14). Sum of RGB (Red+Green+Blue) = 170+27+14=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1B0E is #55E4F1. Grayscale: #444444. Windows color (decimal): -5629170 or 924586. OLE color: 924586.

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

Color convert

RGB 170 27 14 -
CMYK 0 0.84 0.92 0.33
HSL 0.85% 0.36% -
HSV(B) 0.92% 0.67% -
XYZ 17.05 9.36 1.32 -
YUV 68.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 170 27 14 0 0.84 0.92 0.33 5 0.85 0.36
Hex AA 1B E 0 54 5C 21 5 55 24
Octal 252 33 16 0 124 134 41 5 125 44
Binary 10101010 11011 1110 0 1010100 1011100 100001 101 1010101 100100

Color Harmonies of #AA1B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B0E

Black with #AA1B0E

Text Example


Text Example

White with #AA1B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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