Html Css Color HEX #AA210B Fire Brick

📋 copy color: '#AA210B'

red 170 ◦ green 33 ◦ blue 11

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

Shades of Fire Brick #AA210B

Tints of Fire Brick #AA210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.14%

R = 79.44%
G = 15.42%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA210B (or 0xAA210B) is known color: Fire Brick. HEX triplet: AA, 21 and 0B. RGB value is (170,33,11). Sum of RGB (Red+Green+Blue) = 170+33+11=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA210B is #55DEF4. Grayscale: #474747. Windows color (decimal): -5627637 or 729514. OLE color: 729514.

HSL color Cylindrical-coordinate representation of color #AA210B: hue angle of 8.3º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA210B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 33 11 -
CMYK 0 0.81 0.94 0.33
HSL 8.3º 0.88% 0.35% -
HSV(B) 8.3º 0.94% 0.67% -
XYZ 17.18 9.66 1.28 -
YUV 71.46 93.89 198.29 -
System Red Green Blue C M Y K H S L
Decimal 170 33 11 0 0.81 0.94 0.33 8.3 0.88 0.35
Hex AA 21 B 0 51 5E 21 8 58 23
Octal 252 41 13 0 121 136 41 10 130 43
Binary 10101010 100001 1011 0 1010001 1011110 100001 1000 1011000 100011

Color Harmonies of #AA210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA210B

Black with #AA210B

Text Example


Text Example

White with #AA210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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