Html Css Color HEX #AA251C Fire Brick

📋 copy color: '#AA251C'

red 170 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #AA251C

Tints of Fire Brick #AA251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 72.34%
G = 15.74%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA251C (or 0xAA251C) is known color: Fire Brick. HEX triplet: AA, 25 and 1C. RGB value is (170,37,28). Sum of RGB (Red+Green+Blue) = 170+37+28=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA251C is #55DAE3. Grayscale: #4B4B4B. Windows color (decimal): -5626596 or 1844650. OLE color: 1844650.

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

Color convert

RGB 170 37 28 -
CMYK 0 0.78 0.84 0.33
HSL 3.8º 0.72% 0.39% -
HSV(B) 3.8º 0.84% 0.67% -
XYZ 17.45 9.95 2.1 -
YUV 75.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 170 37 28 0 0.78 0.84 0.33 3.8 0.72 0.39
Hex AA 25 1C 0 4E 54 21 4 48 27
Octal 252 45 34 0 116 124 41 4 110 47
Binary 10101010 100101 11100 0 1001110 1010100 100001 100 1001000 100111

Color Harmonies of #AA251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA251C

Black with #AA251C

Text Example


Text Example

White with #AA251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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