Html Css Color HEX #AA251A Fire Brick

📋 copy color: '#AA251A'

red 170 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #AA251A

Tints of Fire Brick #AA251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 72.96%
G = 15.88%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA251A (or 0xAA251A) is known color: Fire Brick. HEX triplet: AA, 25 and 1A. RGB value is (170,37,26). Sum of RGB (Red+Green+Blue) = 170+37+26=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA251A is #55DAE5. Grayscale: #4B4B4B. Windows color (decimal): -5626598 or 1713578. OLE color: 1713578.

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

Color convert

RGB 170 37 26 -
CMYK 0 0.78 0.85 0.33
HSL 4.58º 0.73% 0.38% -
HSV(B) 4.58º 0.85% 0.67% -
XYZ 17.43 9.94 1.98 -
YUV 75.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 170 37 26 0 0.78 0.85 0.33 4.58 0.73 0.38
Hex AA 25 1A 0 4E 55 21 5 49 26
Octal 252 45 32 0 116 125 41 5 111 46
Binary 10101010 100101 11010 0 1001110 1010101 100001 101 1001001 100110

Color Harmonies of #AA251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA251A

Black with #AA251A

Text Example


Text Example

White with #AA251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA251A; }

 p { color: rgb(170,37,26); }

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

background-color css

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

 a { background-color: rgb(170,37,26); }

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

border-color css

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

 span { border-color: rgb(170,37,26); }

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