Html Css Color HEX #AF470D Rust

📋 copy color: '#AF470D'

red 175 ◦ green 71 ◦ blue 13

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

Shades of Rust #AF470D

Tints of Rust #AF470D

RGB

 RED value IS 175 (68.75% from 255) = 67.57%

 GREEN value IS 71 (28.13% from 255) = 27.41%

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

R = 67.57%
G = 27.41%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF470D (or 0xAF470D) is known color: Rust. HEX triplet: AF, 47 and 0D. RGB value is (175,71,13). Sum of RGB (Red+Green+Blue) = 175+71+13=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF470D is #50B8F2. Grayscale: #5F5F5F. Windows color (decimal): -5290227 or 870319. OLE color: 870319.

HSL color Cylindrical-coordinate representation of color #AF470D: hue angle of 21.48º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF470D is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 13 -
CMYK 0 0.59 0.93 0.31
HSL 21.48º 0.86% 0.37% -
HSV(B) 21.48º 0.93% 0.69% -
XYZ 20.01 13.65 1.96 -
YUV 95.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 175 71 13 0 0.59 0.93 0.31 21.48 0.86 0.37
Hex AF 47 D 0 3B 5D 1F 15 56 25
Octal 257 107 15 0 73 135 37 25 126 45
Binary 10101111 1000111 1101 0 111011 1011101 11111 10101 1010110 100101

Color Harmonies of #AF470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF470D

Black with #AF470D

Text Example


Text Example

White with #AF470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF470D; }

 p { color: rgb(175,71,13); }

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

background-color css

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

 a { background-color: rgb(175,71,13); }

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

border-color css

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

 span { border-color: rgb(175,71,13); }

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