Html Css Color HEX #AD330F Rust

📋 copy color: '#AD330F'

red 173 ◦ green 51 ◦ blue 15

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

Shades of Rust #AD330F

Tints of Rust #AD330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

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

R = 72.38%
G = 21.34%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD330F (or 0xAD330F) is known color: Rust. HEX triplet: AD, 33 and 0F. RGB value is (173,51,15). Sum of RGB (Red+Green+Blue) = 173+51+15=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD330F is #52CCF0. Grayscale: #535353. Windows color (decimal): -5426417 or 996269. OLE color: 996269.

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

Color convert

RGB 173 51 15 -
CMYK 0 0.71 0.91 0.32
HSL 13.67º 0.84% 0.37% -
HSV(B) 13.67º 0.91% 0.68% -
XYZ 18.5 11.29 1.66 -
YUV 83.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 173 51 15 0 0.71 0.91 0.32 13.67 0.84 0.37
Hex AD 33 F 0 47 5B 20 E 54 25
Octal 255 63 17 0 107 133 40 16 124 45
Binary 10101101 110011 1111 0 1000111 1011011 100000 1110 1010100 100101

Color Harmonies of #AD330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD330F

Black with #AD330F

Text Example


Text Example

White with #AD330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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