Html Css Color HEX #AD3A08 Rust

📋 copy color: '#AD3A08'

red 173 ◦ green 58 ◦ blue 8

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

Shades of Rust #AD3A08

Tints of Rust #AD3A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 72.38%
G = 24.27%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD3A08 (or 0xAD3A08) is known color: Rust. HEX triplet: AD, 3A and 08. RGB value is (173,58,8). Sum of RGB (Red+Green+Blue) = 173+58+8=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A08 is #52C5F7. Grayscale: #575757. Windows color (decimal): -5424632 or 539309. OLE color: 539309.

HSL color Cylindrical-coordinate representation of color #AD3A08: hue angle of 18.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD3A08 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 58 8 -
CMYK 0 0.66 0.95 0.32
HSL 18.18º 0.91% 0.35% -
HSV(B) 18.18º 0.95% 0.68% -
XYZ 18.79 11.93 1.54 -
YUV 86.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 173 58 8 0 0.66 0.95 0.32 18.18 0.91 0.35
Hex AD 3A 8 0 42 5F 20 12 5B 23
Octal 255 72 10 0 102 137 40 22 133 43
Binary 10101101 111010 1000 0 1000010 1011111 100000 10010 1011011 100011

Color Harmonies of #AD3A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A08

Black with #AD3A08

Text Example


Text Example

White with #AD3A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A08; }

 p { color: rgb(173,58,8); }

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

background-color css

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

 a { background-color: rgb(173,58,8); }

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

border-color css

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

 span { border-color: rgb(173,58,8); }

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