Html Css Color HEX #AD430F Rust

📋 copy color: '#AD430F'

red 173 ◦ green 67 ◦ blue 15

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

Shades of Rust #AD430F

Tints of Rust #AD430F

RGB

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

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

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

R = 67.84%
G = 26.27%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD430F (or 0xAD430F) is known color: Rust. HEX triplet: AD, 43 and 0F. RGB value is (173,67,15). Sum of RGB (Red+Green+Blue) = 173+67+15=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD430F is #52BCF0. Grayscale: #5D5D5D. Windows color (decimal): -5422321 or 1000365. OLE color: 1000365.

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

Color convert

RGB 173 67 15 -
CMYK 0 0.61 0.91 0.32
HSL 19.75º 0.84% 0.37% -
HSV(B) 19.75º 0.91% 0.68% -
XYZ 19.33 12.93 1.93 -
YUV 92.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 173 67 15 0 0.61 0.91 0.32 19.75 0.84 0.37
Hex AD 43 F 0 3D 5B 20 14 54 25
Octal 255 103 17 0 75 133 40 24 124 45
Binary 10101101 1000011 1111 0 111101 1011011 100000 10100 1010100 100101

Color Harmonies of #AD430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD430F

Black with #AD430F

Text Example


Text Example

White with #AD430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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