Html Css Color HEX #AA250C Fire Brick

📋 copy color: '#AA250C'

red 170 ◦ green 37 ◦ blue 12

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

Shades of Fire Brick #AA250C

Tints of Fire Brick #AA250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 77.63%
G = 16.89%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA250C (or 0xAA250C) is known color: Fire Brick. HEX triplet: AA, 25 and 0C. RGB value is (170,37,12). Sum of RGB (Red+Green+Blue) = 170+37+12=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA250C is #55DAF3. Grayscale: #4A4A4A. Windows color (decimal): -5626612 or 796074. OLE color: 796074.

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

Color convert

RGB 170 37 12 -
CMYK 0 0.78 0.93 0.33
HSL 9.49º 0.87% 0.36% -
HSV(B) 9.49º 0.93% 0.67% -
XYZ 17.31 9.9 1.35 -
YUV 73.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 170 37 12 0 0.78 0.93 0.33 9.49 0.87 0.36
Hex AA 25 C 0 4E 5D 21 9 57 24
Octal 252 45 14 0 116 135 41 11 127 44
Binary 10101010 100101 1100 0 1001110 1011101 100001 1001 1010111 100100

Color Harmonies of #AA250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA250C

Black with #AA250C

Text Example


Text Example

White with #AA250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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