Html Css Color HEX #AA260B Fire Brick

📋 copy color: '#AA260B'

red 170 ◦ green 38 ◦ blue 11

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

Shades of Fire Brick #AA260B

Tints of Fire Brick #AA260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 77.63%
G = 17.35%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA260B (or 0xAA260B) is known color: Fire Brick. HEX triplet: AA, 26 and 0B. RGB value is (170,38,11). Sum of RGB (Red+Green+Blue) = 170+38+11=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA260B is #55D9F4. Grayscale: #4A4A4A. Windows color (decimal): -5626357 or 730794. OLE color: 730794.

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

Color convert

RGB 170 38 11 -
CMYK 0 0.78 0.94 0.33
HSL 10.19º 0.88% 0.35% -
HSV(B) 10.19º 0.94% 0.67% -
XYZ 17.33 9.96 1.32 -
YUV 74.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 170 38 11 0 0.78 0.94 0.33 10.19 0.88 0.35
Hex AA 26 B 0 4E 5E 21 A 58 23
Octal 252 46 13 0 116 136 41 12 130 43
Binary 10101010 100110 1011 0 1001110 1011110 100001 1010 1011000 100011

Color Harmonies of #AA260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA260B

Black with #AA260B

Text Example


Text Example

White with #AA260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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