Html Css Color HEX #AD350B Rust

📋 copy color: '#AD350B'

red 173 ◦ green 53 ◦ blue 11

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

Shades of Rust #AD350B

Tints of Rust #AD350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 73%
G = 22.36%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD350B (or 0xAD350B) is known color: Rust. HEX triplet: AD, 35 and 0B. RGB value is (173,53,11). Sum of RGB (Red+Green+Blue) = 173+53+11=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD350B is #52CAF4. Grayscale: #545454. Windows color (decimal): -5425909 or 734637. OLE color: 734637.

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

Color convert

RGB 173 53 11 -
CMYK 0 0.69 0.94 0.32
HSL 15.56º 0.88% 0.36% -
HSV(B) 15.56º 0.94% 0.68% -
XYZ 18.57 11.45 1.55 -
YUV 84.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 173 53 11 0 0.69 0.94 0.32 15.56 0.88 0.36
Hex AD 35 B 0 45 5E 20 10 58 24
Octal 255 65 13 0 105 136 40 20 130 44
Binary 10101101 110101 1011 0 1000101 1011110 100000 10000 1011000 100100

Color Harmonies of #AD350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD350B

Black with #AD350B

Text Example


Text Example

White with #AD350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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