Html Css Color HEX #AD2402 Rust

📋 copy color: '#AD2402'

red 173 ◦ green 36 ◦ blue 2

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

Shades of Rust #AD2402

Tints of Rust #AD2402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

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

R = 81.99%
G = 17.06%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD2402 (or 0xAD2402) is known color: Rust. HEX triplet: AD, 24 and 02. RGB value is (173,36,2). Sum of RGB (Red+Green+Blue) = 173+36+2=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2402 is #52DBFD. Grayscale: #494949. Windows color (decimal): -5430270 or 140461. OLE color: 140461.

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

Color convert

RGB 173 36 2 -
CMYK 0 0.79 0.99 0.32
HSL 11.93º 0.98% 0.34% -
HSV(B) 11.93º 0.99% 0.68% -
XYZ 17.88 10.15 1.07 -
YUV 73.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 173 36 2 0 0.79 0.99 0.32 11.93 0.98 0.34
Hex AD 24 2 0 4F 63 20 C 62 22
Octal 255 44 2 0 117 143 40 14 142 42
Binary 10101101 100100 10 0 1001111 1100011 100000 1100 1100010 100010

Color Harmonies of #AD2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2402

Black with #AD2402

Text Example


Text Example

White with #AD2402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2402; }

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

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

background-color css

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

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

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

border-color css

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

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

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