Html Css Color HEX #AD330A Rust

📋 copy color: '#AD330A'

red 173 ◦ green 51 ◦ blue 10

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

Shades of Rust #AD330A

Tints of Rust #AD330A

RGB

 RED value IS 173 (67.97% from 255) = 73.93%

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

 BLUE value IS 10 (4.3% from 255) = 4.27%

R = 73.93%
G = 21.79%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD330A (or 0xAD330A) is known color: Rust. HEX triplet: AD, 33 and 0A. RGB value is (173,51,10). Sum of RGB (Red+Green+Blue) = 173+51+10=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD330A is #52CCF5. Grayscale: #535353. Windows color (decimal): -5426422 or 668589. OLE color: 668589.

HSL color Cylindrical-coordinate representation of color #AD330A: hue angle of 15.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD330A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 51 10 -
CMYK 0 0.71 0.94 0.32
HSL 15.09º 0.89% 0.36% -
HSV(B) 15.09º 0.94% 0.68% -
XYZ 18.47 11.27 1.49 -
YUV 82.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 173 51 10 0 0.71 0.94 0.32 15.09 0.89 0.36
Hex AD 33 A 0 47 5E 20 F 59 24
Octal 255 63 12 0 107 136 40 17 131 44
Binary 10101101 110011 1010 0 1000111 1011110 100000 1111 1011001 100100

Color Harmonies of #AD330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD330A

Black with #AD330A

Text Example


Text Example

White with #AD330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD330A; }

 p { color: rgb(173,51,10); }

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

background-color css

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

 a { background-color: rgb(173,51,10); }

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

border-color css

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

 span { border-color: rgb(173,51,10); }

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