Html Css Color HEX #AD300C Rust

📋 copy color: '#AD300C'

red 173 ◦ green 48 ◦ blue 12

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

Shades of Rust #AD300C

Tints of Rust #AD300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 74.25%
G = 20.6%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD300C (or 0xAD300C) is known color: Rust. HEX triplet: AD, 30 and 0C. RGB value is (173,48,12). Sum of RGB (Red+Green+Blue) = 173+48+12=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD300C is #52CFF3. Grayscale: #515151. Windows color (decimal): -5427188 or 798893. OLE color: 798893.

HSL color Cylindrical-coordinate representation of color #AD300C: hue angle of 13.42º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD300C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 12 -
CMYK 0 0.72 0.93 0.32
HSL 13.42º 0.87% 0.36% -
HSV(B) 13.42º 0.93% 0.68% -
XYZ 18.36 11.02 1.51 -
YUV 81.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 173 48 12 0 0.72 0.93 0.32 13.42 0.87 0.36
Hex AD 30 C 0 48 5D 20 D 57 24
Octal 255 60 14 0 110 135 40 15 127 44
Binary 10101101 110000 1100 0 1001000 1011101 100000 1101 1010111 100100

Color Harmonies of #AD300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD300C

Black with #AD300C

Text Example


Text Example

White with #AD300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD300C; }

 p { color: rgb(173,48,12); }

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

background-color css

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

 a { background-color: rgb(173,48,12); }

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

border-color css

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

 span { border-color: rgb(173,48,12); }

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