Html Css Color HEX #AA450C Rust

📋 copy color: '#AA450C'

red 170 ◦ green 69 ◦ blue 12

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

Shades of Rust #AA450C

Tints of Rust #AA450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 67.73%
G = 27.49%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA450C (or 0xAA450C) is known color: Rust. HEX triplet: AA, 45 and 0C. RGB value is (170,69,12). Sum of RGB (Red+Green+Blue) = 170+69+12=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA450C is #55BAF3. Grayscale: #5D5D5D. Windows color (decimal): -5618420 or 804266. OLE color: 804266.

HSL color Cylindrical-coordinate representation of color #AA450C: hue angle of 21.65º 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 #AA450C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 12 -
CMYK 0 0.59 0.93 0.33
HSL 21.65º 0.87% 0.36% -
HSV(B) 21.65º 0.93% 0.67% -
XYZ 18.77 12.83 1.83 -
YUV 92.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 170 69 12 0 0.59 0.93 0.33 21.65 0.87 0.36
Hex AA 45 C 0 3B 5D 21 16 57 24
Octal 252 105 14 0 73 135 41 26 127 44
Binary 10101010 1000101 1100 0 111011 1011101 100001 10110 1010111 100100

Color Harmonies of #AA450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA450C

Black with #AA450C

Text Example


Text Example

White with #AA450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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