Html Css Color HEX #AD2505 Rust

📋 copy color: '#AD2505'

red 173 ◦ green 37 ◦ blue 5

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

Shades of Rust #AD2505

Tints of Rust #AD2505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 80.47%
G = 17.21%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD2505 (or 0xAD2505) is known color: Rust. HEX triplet: AD, 25 and 05. RGB value is (173,37,5). Sum of RGB (Red+Green+Blue) = 173+37+5=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2505 is #52DAFA. Grayscale: #4A4A4A. Windows color (decimal): -5430011 or 337325. OLE color: 337325.

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

Color convert

RGB 173 37 5 -
CMYK 0 0.79 0.97 0.32
HSL 11.43º 0.94% 0.35% -
HSV(B) 11.43º 0.97% 0.68% -
XYZ 17.92 10.22 1.17 -
YUV 74.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 173 37 5 0 0.79 0.97 0.32 11.43 0.94 0.35
Hex AD 25 5 0 4F 61 20 B 5E 23
Octal 255 45 5 0 117 141 40 13 136 43
Binary 10101101 100101 101 0 1001111 1100001 100000 1011 1011110 100011

Color Harmonies of #AD2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2505

Black with #AD2505

Text Example


Text Example

White with #AD2505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2505; }

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

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

background-color css

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

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

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

border-color css

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

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

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