Html Css Color HEX #AD4213 Rust

📋 copy color: '#AD4213'

red 173 ◦ green 66 ◦ blue 19

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

Shades of Rust #AD4213

Tints of Rust #AD4213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 67.05%
G = 25.58%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD4213 (or 0xAD4213) is known color: Rust. HEX triplet: AD, 42 and 13. RGB value is (173,66,19). Sum of RGB (Red+Green+Blue) = 173+66+19=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4213 is #52BDEC. Grayscale: #5C5C5C. Windows color (decimal): -5422573 or 1262253. OLE color: 1262253.

HSL color Cylindrical-coordinate representation of color #AD4213: hue angle of 18.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD4213 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 66 19 -
CMYK 0 0.62 0.89 0.32
HSL 18.31º 0.8% 0.38% -
HSV(B) 18.31º 0.89% 0.68% -
XYZ 19.3 12.83 2.07 -
YUV 92.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 173 66 19 0 0.62 0.89 0.32 18.31 0.8 0.38
Hex AD 42 13 0 3E 59 20 12 50 26
Octal 255 102 23 0 76 131 40 22 120 46
Binary 10101101 1000010 10011 0 111110 1011001 100000 10010 1010000 100110

Color Harmonies of #AD4213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4213

Black with #AD4213

Text Example


Text Example

White with #AD4213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4213; }

 p { color: rgb(173,66,19); }

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

background-color css

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

 a { background-color: rgb(173,66,19); }

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

border-color css

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

 span { border-color: rgb(173,66,19); }

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