Html Css Color HEX #AD360B Rust

📋 copy color: '#AD360B'

red 173 ◦ green 54 ◦ blue 11

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

Shades of Rust #AD360B

Tints of Rust #AD360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 72.69%
G = 22.69%
B = 4.62%

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

#AD360B (or 0xAD360B) is known color: Rust. HEX triplet: AD, 36 and 0B. RGB value is (173,54,11). Sum of RGB (Red+Green+Blue) = 173+54+11=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD360B is #52C9F4. Grayscale: #545454. Windows color (decimal): -5425653 or 734893. OLE color: 734893.

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

Color convert

RGB 173 54 11 -
CMYK 0 0.69 0.94 0.32
HSL 15.93º 0.88% 0.36% -
HSV(B) 15.93º 0.94% 0.68% -
XYZ 18.61 11.55 1.56 -
YUV 84.68 86.42 191 -
System Red Green Blue C M Y K H S L
Decimal 173 54 11 0 0.69 0.94 0.32 15.93 0.88 0.36
Hex AD 36 B 0 45 5E 20 10 58 24
Octal 255 66 13 0 105 136 40 20 130 44
Binary 10101101 110110 1011 0 1000101 1011110 100000 10000 1011000 100100

Color Harmonies of #AD360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD360B

Black with #AD360B

Text Example


Text Example

White with #AD360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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