Html Css Color HEX #AA260F Fire Brick

📋 copy color: '#AA260F'

red 170 ◦ green 38 ◦ blue 15

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

Shades of Fire Brick #AA260F

Tints of Fire Brick #AA260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 76.23%
G = 17.04%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA260F (or 0xAA260F) is known color: Fire Brick. HEX triplet: AA, 26 and 0F. RGB value is (170,38,15). Sum of RGB (Red+Green+Blue) = 170+38+15=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA260F is #55D9F0. Grayscale: #4B4B4B. Windows color (decimal): -5626353 or 992938. OLE color: 992938.

HSL color Cylindrical-coordinate representation of color #AA260F: hue angle of 8.9º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA260F is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 38 15 -
CMYK 0 0.78 0.91 0.33
HSL 8.9º 0.84% 0.36% -
HSV(B) 8.9º 0.91% 0.67% -
XYZ 17.36 9.97 1.46 -
YUV 74.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 170 38 15 0 0.78 0.91 0.33 8.9 0.84 0.36
Hex AA 26 F 0 4E 5B 21 9 54 24
Octal 252 46 17 0 116 133 41 11 124 44
Binary 10101010 100110 1111 0 1001110 1011011 100001 1001 1010100 100100

Color Harmonies of #AA260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA260F

Black with #AA260F

Text Example


Text Example

White with #AA260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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