Html Css Color HEX #AA251E Fire Brick

📋 copy color: '#AA251E'

red 170 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #AA251E

Tints of Fire Brick #AA251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 71.73%
G = 15.61%
B = 12.66%

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

#AA251E (or 0xAA251E) is known color: Fire Brick. HEX triplet: AA, 25 and 1E. RGB value is (170,37,30). Sum of RGB (Red+Green+Blue) = 170+37+30=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA251E is #55DAE1. Grayscale: #4C4C4C. Windows color (decimal): -5626594 or 1975722. OLE color: 1975722.

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

Color convert

RGB 170 37 30 -
CMYK 0 0.78 0.82 0.33
HSL 0.7% 0.39% -
HSV(B) 0.82% 0.67% -
XYZ 17.47 9.96 2.23 -
YUV 75.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 170 37 30 0 0.78 0.82 0.33 3 0.7 0.39
Hex AA 25 1E 0 4E 52 21 3 46 27
Octal 252 45 36 0 116 122 41 3 106 47
Binary 10101010 100101 11110 0 1001110 1010010 100001 11 1000110 100111

Color Harmonies of #AA251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA251E

Black with #AA251E

Text Example


Text Example

White with #AA251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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