Html Css Color HEX #AD330D Rust

📋 copy color: '#AD330D'

red 173 ◦ green 51 ◦ blue 13

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

Shades of Rust #AD330D

Tints of Rust #AD330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 73%
G = 21.52%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD330D (or 0xAD330D) is known color: Rust. HEX triplet: AD, 33 and 0D. RGB value is (173,51,13). Sum of RGB (Red+Green+Blue) = 173+51+13=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD330D is #52CCF2. Grayscale: #535353. Windows color (decimal): -5426419 or 865197. OLE color: 865197.

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

Color convert

RGB 173 51 13 -
CMYK 0 0.71 0.92 0.32
HSL 14.25º 0.86% 0.36% -
HSV(B) 14.25º 0.92% 0.68% -
XYZ 18.49 11.28 1.58 -
YUV 83.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 173 51 13 0 0.71 0.92 0.32 14.25 0.86 0.36
Hex AD 33 D 0 47 5C 20 E 56 24
Octal 255 63 15 0 107 134 40 16 126 44
Binary 10101101 110011 1101 0 1000111 1011100 100000 1110 1010110 100100

Color Harmonies of #AD330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD330D

Black with #AD330D

Text Example


Text Example

White with #AD330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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