Html Css Color HEX #AD380A Rust

📋 copy color: '#AD380A'

red 173 ◦ green 56 ◦ blue 10

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

Shades of Rust #AD380A

Tints of Rust #AD380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

 BLUE value IS 10 (4.3% from 255) = 4.18%

R = 72.38%
G = 23.43%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD380A (or 0xAD380A) is known color: Rust. HEX triplet: AD, 38 and 0A. RGB value is (173,56,10). Sum of RGB (Red+Green+Blue) = 173+56+10=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD380A is #52C7F5. Grayscale: #565656. Windows color (decimal): -5425142 or 669869. OLE color: 669869.

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

Color convert

RGB 173 56 10 -
CMYK 0 0.68 0.94 0.32
HSL 16.93º 0.89% 0.36% -
HSV(B) 16.93º 0.94% 0.68% -
XYZ 18.7 11.73 1.57 -
YUV 85.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 173 56 10 0 0.68 0.94 0.32 16.93 0.89 0.36
Hex AD 38 A 0 44 5E 20 11 59 24
Octal 255 70 12 0 104 136 40 21 131 44
Binary 10101101 111000 1010 0 1000100 1011110 100000 10001 1011001 100100

Color Harmonies of #AD380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD380A

Black with #AD380A

Text Example


Text Example

White with #AD380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD380A; }

 p { color: rgb(173,56,10); }

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

background-color css

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

 a { background-color: rgb(173,56,10); }

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

border-color css

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

 span { border-color: rgb(173,56,10); }

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