Html Css Color HEX #AD430E Rust

📋 copy color: '#AD430E'

red 173 ◦ green 67 ◦ blue 14

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

Shades of Rust #AD430E

Tints of Rust #AD430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 68.11%
G = 26.38%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD430E (or 0xAD430E) is known color: Rust. HEX triplet: AD, 43 and 0E. RGB value is (173,67,14). Sum of RGB (Red+Green+Blue) = 173+67+14=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD430E is #52BCF1. Grayscale: #5C5C5C. Windows color (decimal): -5422322 or 934829. OLE color: 934829.

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

Color convert

RGB 173 67 14 -
CMYK 0 0.61 0.92 0.32
HSL 20º 0.85% 0.37% -
HSV(B) 20º 0.92% 0.68% -
XYZ 19.32 12.93 1.89 -
YUV 92.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 173 67 14 0 0.61 0.92 0.32 20 0.85 0.37
Hex AD 43 E 0 3D 5C 20 14 55 25
Octal 255 103 16 0 75 134 40 24 125 45
Binary 10101101 1000011 1110 0 111101 1011100 100000 10100 1010101 100101

Color Harmonies of #AD430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD430E

Black with #AD430E

Text Example


Text Example

White with #AD430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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