Html Css Color HEX #AA330E Rust

📋 copy color: '#AA330E'

red 170 ◦ green 51 ◦ blue 14

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

Shades of Rust #AA330E

Tints of Rust #AA330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 72.34%
G = 21.7%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA330E (or 0xAA330E) is known color: Rust. HEX triplet: AA, 33 and 0E. RGB value is (170,51,14). Sum of RGB (Red+Green+Blue) = 170+51+14=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA330E is #55CCF1. Grayscale: #525252. Windows color (decimal): -5623026 or 930730. OLE color: 930730.

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

Color convert

RGB 170 51 14 -
CMYK 0 0.7 0.92 0.33
HSL 14.23º 0.85% 0.36% -
HSV(B) 14.23º 0.92% 0.67% -
XYZ 17.84 10.95 1.59 -
YUV 82.36 89.42 190.51 -
System Red Green Blue C M Y K H S L
Decimal 170 51 14 0 0.7 0.92 0.33 14.23 0.85 0.36
Hex AA 33 E 0 46 5C 21 E 55 24
Octal 252 63 16 0 106 134 41 16 125 44
Binary 10101010 110011 1110 0 1000110 1011100 100001 1110 1010101 100100

Color Harmonies of #AA330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA330E

Black with #AA330E

Text Example


Text Example

White with #AA330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA330E; }

 p { color: rgb(170,51,14); }

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

background-color css

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

 a { background-color: rgb(170,51,14); }

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

border-color css

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

 span { border-color: rgb(170,51,14); }

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