Html Css Color HEX #AA261F Fire Brick

📋 copy color: '#AA261F'

red 170 ◦ green 38 ◦ blue 31

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

Shades of Fire Brick #AA261F

Tints of Fire Brick #AA261F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 71.13%
G = 15.9%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA261F (or 0xAA261F) is known color: Fire Brick. HEX triplet: AA, 26 and 1F. RGB value is (170,38,31). Sum of RGB (Red+Green+Blue) = 170+38+31=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA261F is #55D9E0. Grayscale: #4C4C4C. Windows color (decimal): -5626337 or 2041514. OLE color: 2041514.

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

Color convert

RGB 170 38 31 -
CMYK 0 0.78 0.82 0.33
HSL 3.02º 0.69% 0.39% -
HSV(B) 3.02º 0.82% 0.67% -
XYZ 17.52 10.03 2.31 -
YUV 76.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 170 38 31 0 0.78 0.82 0.33 3.02 0.69 0.39
Hex AA 26 1F 0 4E 52 21 3 45 27
Octal 252 46 37 0 116 122 41 3 105 47
Binary 10101010 100110 11111 0 1001110 1010010 100001 11 1000101 100111

Color Harmonies of #AA261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA261F

Black with #AA261F

Text Example


Text Example

White with #AA261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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