Html Css Color HEX #AD2702 Rust

📋 copy color: '#AD2702'

red 173 ◦ green 39 ◦ blue 2

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

Shades of Rust #AD2702

Tints of Rust #AD2702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 80.84%
G = 18.22%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD2702 (or 0xAD2702) is known color: Rust. HEX triplet: AD, 27 and 02. RGB value is (173,39,2). Sum of RGB (Red+Green+Blue) = 173+39+2=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2702 is #52D8FD. Grayscale: #4B4B4B. Windows color (decimal): -5429502 or 141229. OLE color: 141229.

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

Color convert

RGB 173 39 2 -
CMYK 0 0.77 0.99 0.32
HSL 12.98º 0.98% 0.34% -
HSV(B) 12.98º 0.99% 0.68% -
XYZ 17.97 10.34 1.11 -
YUV 74.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 173 39 2 0 0.77 0.99 0.32 12.98 0.98 0.34
Hex AD 27 2 0 4D 63 20 D 62 22
Octal 255 47 2 0 115 143 40 15 142 42
Binary 10101101 100111 10 0 1001101 1100011 100000 1101 1100010 100010

Color Harmonies of #AD2702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2702

Black with #AD2702

Text Example


Text Example

White with #AD2702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2702; }

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

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

background-color css

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

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

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

border-color css

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

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

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