Html Css Color HEX #AD4302 Rust

📋 copy color: '#AD4302'

red 173 ◦ green 67 ◦ blue 2

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

Shades of Rust #AD4302

Tints of Rust #AD4302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.69%

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

R = 71.49%
G = 27.69%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD4302 (or 0xAD4302) is known color: Rust. HEX triplet: AD, 43 and 02. RGB value is (173,67,2). Sum of RGB (Red+Green+Blue) = 173+67+2=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4302 is #52BCFD. Grayscale: #5B5B5B. Windows color (decimal): -5422334 or 148397. OLE color: 148397.

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

Color convert

RGB 173 67 2 -
CMYK 0 0.61 0.99 0.32
HSL 22.81º 0.98% 0.34% -
HSV(B) 22.81º 0.99% 0.68% -
XYZ 19.25 12.9 1.53 -
YUV 91.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 173 67 2 0 0.61 0.99 0.32 22.81 0.98 0.34
Hex AD 43 2 0 3D 63 20 17 62 22
Octal 255 103 2 0 75 143 40 27 142 42
Binary 10101101 1000011 10 0 111101 1100011 100000 10111 1100010 100010

Color Harmonies of #AD4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4302

Black with #AD4302

Text Example


Text Example

White with #AD4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4302; }

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

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

background-color css

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

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

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

border-color css

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

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

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