Html Css Color HEX #AD2D04 Rust

📋 copy color: '#AD2D04'

red 173 ◦ green 45 ◦ blue 4

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

Shades of Rust #AD2D04

Tints of Rust #AD2D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 77.93%
G = 20.27%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD2D04 (or 0xAD2D04) is known color: Rust. HEX triplet: AD, 2D and 04. RGB value is (173,45,4). Sum of RGB (Red+Green+Blue) = 173+45+4=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D04 is #52D2FB. Grayscale: #4E4E4E. Windows color (decimal): -5427964 or 273837. OLE color: 273837.

HSL color Cylindrical-coordinate representation of color #AD2D04: hue angle of 14.56º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD2D04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 45 4 -
CMYK 0 0.74 0.98 0.32
HSL 14.56º 0.95% 0.35% -
HSV(B) 14.56º 0.98% 0.68% -
XYZ 18.19 10.77 1.23 -
YUV 78.6 85.91 195.33 -
System Red Green Blue C M Y K H S L
Decimal 173 45 4 0 0.74 0.98 0.32 14.56 0.95 0.35
Hex AD 2D 4 0 4A 62 20 F 5F 23
Octal 255 55 4 0 112 142 40 17 137 43
Binary 10101101 101101 100 0 1001010 1100010 100000 1111 1011111 100011

Color Harmonies of #AD2D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D04

Black with #AD2D04

Text Example


Text Example

White with #AD2D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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