Html Css Color HEX #AD2D02 Rust

📋 copy color: '#AD2D02'

red 173 ◦ green 45 ◦ blue 2

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

Shades of Rust #AD2D02

Tints of Rust #AD2D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.45%

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

R = 78.64%
G = 20.45%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD2D02 (or 0xAD2D02) is known color: Rust. HEX triplet: AD, 2D and 02. RGB value is (173,45,2). Sum of RGB (Red+Green+Blue) = 173+45+2=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D02 is #52D2FD. Grayscale: #4E4E4E. Windows color (decimal): -5427966 or 142765. OLE color: 142765.

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

Color convert

RGB 173 45 2 -
CMYK 0 0.74 0.99 0.32
HSL 15.09º 0.98% 0.34% -
HSV(B) 15.09º 0.99% 0.68% -
XYZ 18.18 10.77 1.18 -
YUV 78.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 173 45 2 0 0.74 0.99 0.32 15.09 0.98 0.34
Hex AD 2D 2 0 4A 63 20 F 62 22
Octal 255 55 2 0 112 143 40 17 142 42
Binary 10101101 101101 10 0 1001010 1100011 100000 1111 1100010 100010

Color Harmonies of #AD2D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D02

Black with #AD2D02

Text Example


Text Example

White with #AD2D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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