Html Css Color HEX #AD300A Rust

📋 copy color: '#AD300A'

red 173 ◦ green 48 ◦ blue 10

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

Shades of Rust #AD300A

Tints of Rust #AD300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 74.89%
G = 20.78%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD300A (or 0xAD300A) is known color: Rust. HEX triplet: AD, 30 and 0A. RGB value is (173,48,10). Sum of RGB (Red+Green+Blue) = 173+48+10=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD300A is #52CFF5. Grayscale: #515151. Windows color (decimal): -5427190 or 667821. OLE color: 667821.

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

Color convert

RGB 173 48 10 -
CMYK 0 0.72 0.94 0.32
HSL 13.99º 0.89% 0.36% -
HSV(B) 13.99º 0.94% 0.68% -
XYZ 18.35 11.02 1.45 -
YUV 81.04 87.91 193.59 -
System Red Green Blue C M Y K H S L
Decimal 173 48 10 0 0.72 0.94 0.32 13.99 0.89 0.36
Hex AD 30 A 0 48 5E 20 E 59 24
Octal 255 60 12 0 110 136 40 16 131 44
Binary 10101101 110000 1010 0 1001000 1011110 100000 1110 1011001 100100

Color Harmonies of #AD300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD300A

Black with #AD300A

Text Example


Text Example

White with #AD300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD300A; }

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

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

background-color css

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

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

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

border-color css

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

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

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