Html Css Color HEX #AA2309 Fire Brick

📋 copy color: '#AA2309'

red 170 ◦ green 35 ◦ blue 9

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

Shades of Fire Brick #AA2309

Tints of Fire Brick #AA2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 79.44%
G = 16.36%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA2309 (or 0xAA2309) is known color: Fire Brick. HEX triplet: AA, 23 and 09. RGB value is (170,35,9). Sum of RGB (Red+Green+Blue) = 170+35+9=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2309 is #55DCF6. Grayscale: #484848. Windows color (decimal): -5627127 or 598954. OLE color: 598954.

HSL color Cylindrical-coordinate representation of color #AA2309: hue angle of 9.69º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA2309 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 35 9 -
CMYK 0 0.79 0.95 0.33
HSL 9.69º 0.9% 0.35% -
HSV(B) 9.69º 0.95% 0.67% -
XYZ 17.23 9.77 1.24 -
YUV 72.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 170 35 9 0 0.79 0.95 0.33 9.69 0.9 0.35
Hex AA 23 9 0 4F 5F 21 A 5A 23
Octal 252 43 11 0 117 137 41 12 132 43
Binary 10101010 100011 1001 0 1001111 1011111 100001 1010 1011010 100011

Color Harmonies of #AA2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2309

Black with #AA2309

Text Example


Text Example

White with #AA2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2309; }

 p { color: rgb(170,35,9); }

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

background-color css

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

 a { background-color: rgb(170,35,9); }

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

border-color css

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

 span { border-color: rgb(170,35,9); }

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