Html Css Color HEX #AD2C08 Rust

📋 copy color: '#AD2C08'

red 173 ◦ green 44 ◦ blue 8

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

Shades of Rust #AD2C08

Tints of Rust #AD2C08

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

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

R = 76.89%
G = 19.56%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2C08 (or 0xAD2C08) is known color: Rust. HEX triplet: AD, 2C and 08. RGB value is (173,44,8). Sum of RGB (Red+Green+Blue) = 173+44+8=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C08 is #52D3F7. Grayscale: #4E4E4E. Windows color (decimal): -5428216 or 535725. OLE color: 535725.

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

Color convert

RGB 173 44 8 -
CMYK 0 0.75 0.95 0.32
HSL 13.09º 0.91% 0.35% -
HSV(B) 13.09º 0.95% 0.68% -
XYZ 18.18 10.7 1.34 -
YUV 78.47 88.24 195.43 -
System Red Green Blue C M Y K H S L
Decimal 173 44 8 0 0.75 0.95 0.32 13.09 0.91 0.35
Hex AD 2C 8 0 4B 5F 20 D 5B 23
Octal 255 54 10 0 113 137 40 15 133 43
Binary 10101101 101100 1000 0 1001011 1011111 100000 1101 1011011 100011

Color Harmonies of #AD2C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C08

Black with #AD2C08

Text Example


Text Example

White with #AD2C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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