Html Css Color HEX #AD3008 Rust

📋 copy color: '#AD3008'

red 173 ◦ green 48 ◦ blue 8

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

Shades of Rust #AD3008

Tints of Rust #AD3008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 75.55%
G = 20.96%
B = 3.49%

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

#AD3008 (or 0xAD3008) is known color: Rust. HEX triplet: AD, 30 and 08. RGB value is (173,48,8). Sum of RGB (Red+Green+Blue) = 173+48+8=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3008 is #52CFF7. Grayscale: #515151. Windows color (decimal): -5427192 or 536749. OLE color: 536749.

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

Color convert

RGB 173 48 8 -
CMYK 0 0.72 0.95 0.32
HSL 14.55º 0.91% 0.35% -
HSV(B) 14.55º 0.95% 0.68% -
XYZ 18.33 11.02 1.39 -
YUV 80.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 173 48 8 0 0.72 0.95 0.32 14.55 0.91 0.35
Hex AD 30 8 0 48 5F 20 F 5B 23
Octal 255 60 10 0 110 137 40 17 133 43
Binary 10101101 110000 1000 0 1001000 1011111 100000 1111 1011011 100011

Color Harmonies of #AD3008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3008

Black with #AD3008

Text Example


Text Example

White with #AD3008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3008; }

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

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

background-color css

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

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

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

border-color css

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

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

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