Html Css Color HEX #AA210E Fire Brick

📋 copy color: '#AA210E'

red 170 ◦ green 33 ◦ blue 14

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

Shades of Fire Brick #AA210E

Tints of Fire Brick #AA210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

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

R = 78.34%
G = 15.21%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA210E (or 0xAA210E) is known color: Fire Brick. HEX triplet: AA, 21 and 0E. RGB value is (170,33,14). Sum of RGB (Red+Green+Blue) = 170+33+14=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA210E is #55DEF1. Grayscale: #484848. Windows color (decimal): -5627634 or 926122. OLE color: 926122.

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

Color convert

RGB 170 33 14 -
CMYK 0 0.81 0.92 0.33
HSL 7.31º 0.85% 0.36% -
HSV(B) 7.31º 0.92% 0.67% -
XYZ 17.2 9.67 1.37 -
YUV 71.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 170 33 14 0 0.81 0.92 0.33 7.31 0.85 0.36
Hex AA 21 E 0 51 5C 21 7 55 24
Octal 252 41 16 0 121 134 41 7 125 44
Binary 10101010 100001 1110 0 1010001 1011100 100001 111 1010101 100100

Color Harmonies of #AA210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA210E

Black with #AA210E

Text Example


Text Example

White with #AA210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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