Html Css Color HEX #AD2502 Rust

📋 copy color: '#AD2502'

red 173 ◦ green 37 ◦ blue 2

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

Shades of Rust #AD2502

Tints of Rust #AD2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

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

R = 81.6%
G = 17.45%
B = 0.94%

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

#AD2502 (or 0xAD2502) is known color: Rust. HEX triplet: AD, 25 and 02. RGB value is (173,37,2). Sum of RGB (Red+Green+Blue) = 173+37+2=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2502 is #52DAFD. Grayscale: #494949. Windows color (decimal): -5430014 or 140717. OLE color: 140717.

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

Color convert

RGB 173 37 2 -
CMYK 0 0.79 0.99 0.32
HSL 12.28º 0.98% 0.34% -
HSV(B) 12.28º 0.99% 0.68% -
XYZ 17.91 10.21 1.08 -
YUV 73.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 173 37 2 0 0.79 0.99 0.32 12.28 0.98 0.34
Hex AD 25 2 0 4F 63 20 C 62 22
Octal 255 45 2 0 117 143 40 14 142 42
Binary 10101101 100101 10 0 1001111 1100011 100000 1100 1100010 100010

Color Harmonies of #AD2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2502

Black with #AD2502

Text Example


Text Example

White with #AD2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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