Html Css Color HEX #AA2610 Fire Brick

📋 copy color: '#AA2610'

red 170 ◦ green 38 ◦ blue 16

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

Shades of Fire Brick #AA2610

Tints of Fire Brick #AA2610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 75.89%
G = 16.96%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA2610 (or 0xAA2610) is known color: Fire Brick. HEX triplet: AA, 26 and 10. RGB value is (170,38,16). Sum of RGB (Red+Green+Blue) = 170+38+16=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2610 is #55D9EF. Grayscale: #4B4B4B. Windows color (decimal): -5626352 or 1058474. OLE color: 1058474.

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

Color convert

RGB 170 38 16 -
CMYK 0 0.78 0.91 0.33
HSL 8.57º 0.83% 0.36% -
HSV(B) 8.57º 0.91% 0.67% -
XYZ 17.36 9.97 1.5 -
YUV 74.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 170 38 16 0 0.78 0.91 0.33 8.57 0.83 0.36
Hex AA 26 10 0 4E 5B 21 9 53 24
Octal 252 46 20 0 116 133 41 11 123 44
Binary 10101010 100110 10000 0 1001110 1011011 100001 1001 1010011 100100

Color Harmonies of #AA2610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2610

Black with #AA2610

Text Example


Text Example

White with #AA2610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2610; }

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

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

background-color css

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

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

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

border-color css

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

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

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