Html Css Color HEX #AD300F Rust

📋 copy color: '#AD300F'

red 173 ◦ green 48 ◦ blue 15

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

Shades of Rust #AD300F

Tints of Rust #AD300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 73.31%
G = 20.34%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD300F (or 0xAD300F) is known color: Rust. HEX triplet: AD, 30 and 0F. RGB value is (173,48,15). Sum of RGB (Red+Green+Blue) = 173+48+15=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD300F is #52CFF0. Grayscale: #515151. Windows color (decimal): -5427185 or 995501. OLE color: 995501.

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

Color convert

RGB 173 48 15 -
CMYK 0 0.72 0.91 0.32
HSL 12.53º 0.84% 0.37% -
HSV(B) 12.53º 0.91% 0.68% -
XYZ 18.38 11.03 1.61 -
YUV 81.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 173 48 15 0 0.72 0.91 0.32 12.53 0.84 0.37
Hex AD 30 F 0 48 5B 20 D 54 25
Octal 255 60 17 0 110 133 40 15 124 45
Binary 10101101 110000 1111 0 1001000 1011011 100000 1101 1010100 100101

Color Harmonies of #AD300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD300F

Black with #AD300F

Text Example


Text Example

White with #AD300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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