Html Css Color HEX #AD3108 Rust

📋 copy color: '#AD3108'

red 173 ◦ green 49 ◦ blue 8

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

Shades of Rust #AD3108

Tints of Rust #AD3108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

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

R = 75.22%
G = 21.3%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD3108 (or 0xAD3108) is known color: Rust. HEX triplet: AD, 31 and 08. RGB value is (173,49,8). Sum of RGB (Red+Green+Blue) = 173+49+8=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3108 is #52CEF7. Grayscale: #515151. Windows color (decimal): -5426936 or 537005. OLE color: 537005.

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

Color convert

RGB 173 49 8 -
CMYK 0 0.72 0.95 0.32
HSL 14.91º 0.91% 0.35% -
HSV(B) 14.91º 0.95% 0.68% -
XYZ 18.38 11.1 1.4 -
YUV 81.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 173 49 8 0 0.72 0.95 0.32 14.91 0.91 0.35
Hex AD 31 8 0 48 5F 20 F 5B 23
Octal 255 61 10 0 110 137 40 17 133 43
Binary 10101101 110001 1000 0 1001000 1011111 100000 1111 1011011 100011

Color Harmonies of #AD3108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3108

Black with #AD3108

Text Example


Text Example

White with #AD3108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3108; }

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

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

background-color css

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

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

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

border-color css

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

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

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