Html Css Color HEX #AD360D Rust

📋 copy color: '#AD360D'

red 173 ◦ green 54 ◦ blue 13

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

Shades of Rust #AD360D

Tints of Rust #AD360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 72.08%
G = 22.5%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD360D (or 0xAD360D) is known color: Rust. HEX triplet: AD, 36 and 0D. RGB value is (173,54,13). Sum of RGB (Red+Green+Blue) = 173+54+13=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD360D is #52C9F2. Grayscale: #555555. Windows color (decimal): -5425651 or 865965. OLE color: 865965.

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

Color convert

RGB 173 54 13 -
CMYK 0 0.69 0.92 0.32
HSL 15.38º 0.86% 0.36% -
HSV(B) 15.38º 0.92% 0.68% -
XYZ 18.63 11.55 1.63 -
YUV 84.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 173 54 13 0 0.69 0.92 0.32 15.38 0.86 0.36
Hex AD 36 D 0 45 5C 20 F 56 24
Octal 255 66 15 0 105 134 40 17 126 44
Binary 10101101 110110 1101 0 1000101 1011100 100000 1111 1010110 100100

Color Harmonies of #AD360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD360D

Black with #AD360D

Text Example


Text Example

White with #AD360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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