Html Css Color HEX #AD430C Rust

📋 copy color: '#AD430C'

red 173 ◦ green 67 ◦ blue 12

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

Shades of Rust #AD430C

Tints of Rust #AD430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 68.65%
G = 26.59%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD430C (or 0xAD430C) is known color: Rust. HEX triplet: AD, 43 and 0C. RGB value is (173,67,12). Sum of RGB (Red+Green+Blue) = 173+67+12=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD430C is #52BCF3. Grayscale: #5C5C5C. Windows color (decimal): -5422324 or 803757. OLE color: 803757.

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

Color convert

RGB 173 67 12 -
CMYK 0 0.61 0.93 0.32
HSL 20.5º 0.87% 0.36% -
HSV(B) 20.5º 0.93% 0.68% -
XYZ 19.31 12.93 1.83 -
YUV 92.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 173 67 12 0 0.61 0.93 0.32 20.5 0.87 0.36
Hex AD 43 C 0 3D 5D 20 14 57 24
Octal 255 103 14 0 75 135 40 24 127 44
Binary 10101101 1000011 1100 0 111101 1011101 100000 10100 1010111 100100

Color Harmonies of #AD430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD430C

Black with #AD430C

Text Example


Text Example

White with #AD430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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