Html Css Color HEX #AF490D Rust

📋 copy color: '#AF490D'

red 175 ◦ green 73 ◦ blue 13

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

Shades of Rust #AF490D

Tints of Rust #AF490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

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

R = 67.05%
G = 27.97%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF490D (or 0xAF490D) is known color: Rust. HEX triplet: AF, 49 and 0D. RGB value is (175,73,13). Sum of RGB (Red+Green+Blue) = 175+73+13=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF490D is #50B6F2. Grayscale: #616161. Windows color (decimal): -5289715 or 870831. OLE color: 870831.

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

Color convert

RGB 175 73 13 -
CMYK 0 0.58 0.93 0.31
HSL 22.22º 0.86% 0.37% -
HSV(B) 22.22º 0.93% 0.69% -
XYZ 20.13 13.91 2 -
YUV 96.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 175 73 13 0 0.58 0.93 0.31 22.22 0.86 0.37
Hex AF 49 D 0 3A 5D 1F 16 56 25
Octal 257 111 15 0 72 135 37 26 126 45
Binary 10101111 1001001 1101 0 111010 1011101 11111 10110 1010110 100101

Color Harmonies of #AF490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF490D

Black with #AF490D

Text Example


Text Example

White with #AF490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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