Html Css Color HEX #AD3802 Rust

📋 copy color: '#AD3802'

red 173 ◦ green 56 ◦ blue 2

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

Shades of Rust #AD3802

Tints of Rust #AD3802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 74.89%
G = 24.24%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3802 (or 0xAD3802) is known color: Rust. HEX triplet: AD, 38 and 02. RGB value is (173,56,2). Sum of RGB (Red+Green+Blue) = 173+56+2=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3802 is #52C7FD. Grayscale: #555555. Windows color (decimal): -5425150 or 145581. OLE color: 145581.

HSL color Cylindrical-coordinate representation of color #AD3802: hue angle of 18.95º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD3802 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 2 -
CMYK 0 0.68 0.99 0.32
HSL 18.95º 0.98% 0.34% -
HSV(B) 18.95º 0.99% 0.68% -
XYZ 18.66 11.72 1.34 -
YUV 84.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 173 56 2 0 0.68 0.99 0.32 18.95 0.98 0.34
Hex AD 38 2 0 44 63 20 13 62 22
Octal 255 70 2 0 104 143 40 23 142 42
Binary 10101101 111000 10 0 1000100 1100011 100000 10011 1100010 100010

Color Harmonies of #AD3802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3802

Black with #AD3802

Text Example


Text Example

White with #AD3802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3802; }

 p { color: rgb(173,56,2); }

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

background-color css

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

 a { background-color: rgb(173,56,2); }

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

border-color css

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

 span { border-color: rgb(173,56,2); }

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