Html Css Color HEX #AD330B Rust

📋 copy color: '#AD330B'

red 173 ◦ green 51 ◦ blue 11

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

Shades of Rust #AD330B

Tints of Rust #AD330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 73.62%
G = 21.7%
B = 4.68%

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

#AD330B (or 0xAD330B) is known color: Rust. HEX triplet: AD, 33 and 0B. RGB value is (173,51,11). Sum of RGB (Red+Green+Blue) = 173+51+11=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD330B is #52CCF4. Grayscale: #535353. Windows color (decimal): -5426421 or 734125. OLE color: 734125.

HSL color Cylindrical-coordinate representation of color #AD330B: hue angle of 14.81º degrees, saturation: 0.88, 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 #AD330B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 51 11 -
CMYK 0 0.71 0.94 0.32
HSL 14.81º 0.88% 0.36% -
HSV(B) 14.81º 0.94% 0.68% -
XYZ 18.48 11.28 1.52 -
YUV 82.92 87.42 192.25 -
System Red Green Blue C M Y K H S L
Decimal 173 51 11 0 0.71 0.94 0.32 14.81 0.88 0.36
Hex AD 33 B 0 47 5E 20 F 58 24
Octal 255 63 13 0 107 136 40 17 130 44
Binary 10101101 110011 1011 0 1000111 1011110 100000 1111 1011000 100100

Color Harmonies of #AD330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD330B

Black with #AD330B

Text Example


Text Example

White with #AD330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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