Html Css Color HEX #AD330C Rust

📋 copy color: '#AD330C'

red 173 ◦ green 51 ◦ blue 12

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

Shades of Rust #AD330C

Tints of Rust #AD330C

RGB

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

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

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

R = 73.31%
G = 21.61%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD330C (or 0xAD330C) is known color: Rust. HEX triplet: AD, 33 and 0C. RGB value is (173,51,12). Sum of RGB (Red+Green+Blue) = 173+51+12=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD330C is #52CCF3. Grayscale: #535353. Windows color (decimal): -5426420 or 799661. OLE color: 799661.

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

Color convert

RGB 173 51 12 -
CMYK 0 0.71 0.93 0.32
HSL 14.53º 0.87% 0.36% -
HSV(B) 14.53º 0.93% 0.68% -
XYZ 18.48 11.28 1.55 -
YUV 83.03 87.92 192.17 -
System Red Green Blue C M Y K H S L
Decimal 173 51 12 0 0.71 0.93 0.32 14.53 0.87 0.36
Hex AD 33 C 0 47 5D 20 F 57 24
Octal 255 63 14 0 107 135 40 17 127 44
Binary 10101101 110011 1100 0 1000111 1011101 100000 1111 1010111 100100

Color Harmonies of #AD330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD330C

Black with #AD330C

Text Example


Text Example

White with #AD330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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