Html Css Color HEX #AD2F08 Rust

📋 copy color: '#AD2F08'

red 173 ◦ green 47 ◦ blue 8

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

Shades of Rust #AD2F08

Tints of Rust #AD2F08

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

 BLUE value IS 8 (3.52% from 255) = 3.51%

R = 75.88%
G = 20.61%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2F08 (or 0xAD2F08) is known color: Rust. HEX triplet: AD, 2F and 08. RGB value is (173,47,8). Sum of RGB (Red+Green+Blue) = 173+47+8=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F08 is #52D0F7. Grayscale: #505050. Windows color (decimal): -5427448 or 536493. OLE color: 536493.

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

Color convert

RGB 173 47 8 -
CMYK 0 0.73 0.95 0.32
HSL 14.18º 0.91% 0.35% -
HSV(B) 14.18º 0.95% 0.68% -
XYZ 18.29 10.93 1.38 -
YUV 80.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 173 47 8 0 0.73 0.95 0.32 14.18 0.91 0.35
Hex AD 2F 8 0 49 5F 20 E 5B 23
Octal 255 57 10 0 111 137 40 16 133 43
Binary 10101101 101111 1000 0 1001001 1011111 100000 1110 1011011 100011

Color Harmonies of #AD2F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F08

Black with #AD2F08

Text Example


Text Example

White with #AD2F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F08; }

 p { color: rgb(173,47,8); }

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

background-color css

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

 a { background-color: rgb(173,47,8); }

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

border-color css

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

 span { border-color: rgb(173,47,8); }

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