Html Css Color HEX #AD3010 Rust

📋 copy color: '#AD3010'

red 173 ◦ green 48 ◦ blue 16

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

Shades of Rust #AD3010

Tints of Rust #AD3010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 73%
G = 20.25%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD3010 (or 0xAD3010) is known color: Rust. HEX triplet: AD, 30 and 10. RGB value is (173,48,16). Sum of RGB (Red+Green+Blue) = 173+48+16=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3010 is #52CFEF. Grayscale: #515151. Windows color (decimal): -5427184 or 1061037. OLE color: 1061037.

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

Color convert

RGB 173 48 16 -
CMYK 0 0.72 0.91 0.32
HSL 12.23º 0.83% 0.37% -
HSV(B) 12.23º 0.91% 0.68% -
XYZ 18.38 11.04 1.65 -
YUV 81.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 173 48 16 0 0.72 0.91 0.32 12.23 0.83 0.37
Hex AD 30 10 0 48 5B 20 C 53 25
Octal 255 60 20 0 110 133 40 14 123 45
Binary 10101101 110000 10000 0 1001000 1011011 100000 1100 1010011 100101

Color Harmonies of #AD3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3010

Black with #AD3010

Text Example


Text Example

White with #AD3010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3010; }

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

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

background-color css

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

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

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

border-color css

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

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

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