Html Css Color HEX #AA3303 Rust

📋 copy color: '#AA3303'

red 170 ◦ green 51 ◦ blue 3

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

Shades of Rust #AA3303

Tints of Rust #AA3303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 75.89%
G = 22.77%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA3303 (or 0xAA3303) is known color: Rust. HEX triplet: AA, 33 and 03. RGB value is (170,51,3). Sum of RGB (Red+Green+Blue) = 170+51+3=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3303 is #55CCFC. Grayscale: #515151. Windows color (decimal): -5623037 or 209834. OLE color: 209834.

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

Color convert

RGB 170 51 3 -
CMYK 0 0.7 0.98 0.33
HSL 17.25º 0.97% 0.34% -
HSV(B) 17.25º 0.98% 0.67% -
XYZ 17.78 10.92 1.26 -
YUV 81.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 170 51 3 0 0.7 0.98 0.33 17.25 0.97 0.34
Hex AA 33 3 0 46 62 21 11 61 22
Octal 252 63 3 0 106 142 41 21 141 42
Binary 10101010 110011 11 0 1000110 1100010 100001 10001 1100001 100010

Color Harmonies of #AA3303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3303

Black with #AA3303

Text Example


Text Example

White with #AA3303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3303; }

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

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

background-color css

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

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

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

border-color css

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

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

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