Html Css Color HEX #AD3002 Rust

📋 copy color: '#AD3002'

red 173 ◦ green 48 ◦ blue 2

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

Shades of Rust #AD3002

Tints of Rust #AD3002

RGB

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

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

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

R = 77.58%
G = 21.52%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3002 (or 0xAD3002) is known color: Rust. HEX triplet: AD, 30 and 02. RGB value is (173,48,2). Sum of RGB (Red+Green+Blue) = 173+48+2=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3002 is #52CFFD. Grayscale: #505050. Windows color (decimal): -5427198 or 143533. OLE color: 143533.

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

Color convert

RGB 173 48 2 -
CMYK 0 0.72 0.99 0.32
HSL 16.14º 0.98% 0.34% -
HSV(B) 16.14º 0.99% 0.68% -
XYZ 18.3 11 1.22 -
YUV 80.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 173 48 2 0 0.72 0.99 0.32 16.14 0.98 0.34
Hex AD 30 2 0 48 63 20 10 62 22
Octal 255 60 2 0 110 143 40 20 142 42
Binary 10101101 110000 10 0 1001000 1100011 100000 10000 1100010 100010

Color Harmonies of #AD3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3002

Black with #AD3002

Text Example


Text Example

White with #AD3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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