Html Css Color HEX #AD2604 Rust

📋 copy color: '#AD2604'

red 173 ◦ green 38 ◦ blue 4

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

Shades of Rust #AD2604

Tints of Rust #AD2604

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 80.47%
G = 17.67%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD2604 (or 0xAD2604) is known color: Rust. HEX triplet: AD, 26 and 04. RGB value is (173,38,4). Sum of RGB (Red+Green+Blue) = 173+38+4=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2604 is #52D9FB. Grayscale: #4A4A4A. Windows color (decimal): -5429756 or 272045. OLE color: 272045.

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

Color convert

RGB 173 38 4 -
CMYK 0 0.78 0.98 0.32
HSL 12.07º 0.95% 0.35% -
HSV(B) 12.07º 0.98% 0.68% -
XYZ 17.95 10.28 1.15 -
YUV 74.49 88.23 198.26 -
System Red Green Blue C M Y K H S L
Decimal 173 38 4 0 0.78 0.98 0.32 12.07 0.95 0.35
Hex AD 26 4 0 4E 62 20 C 5F 23
Octal 255 46 4 0 116 142 40 14 137 43
Binary 10101101 100110 100 0 1001110 1100010 100000 1100 1011111 100011

Color Harmonies of #AD2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2604

Black with #AD2604

Text Example


Text Example

White with #AD2604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2604; }

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

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

background-color css

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

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

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

border-color css

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

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

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