Html Css Color HEX #AF490E Rust

📋 copy color: '#AF490E'

red 175 ◦ green 73 ◦ blue 14

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

Shades of Rust #AF490E

Tints of Rust #AF490E

RGB

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

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

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

R = 66.79%
G = 27.86%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF490E (or 0xAF490E) is known color: Rust. HEX triplet: AF, 49 and 0E. RGB value is (175,73,14). Sum of RGB (Red+Green+Blue) = 175+73+14=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF490E is #50B6F1. Grayscale: #616161. Windows color (decimal): -5289714 or 936367. OLE color: 936367.

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

Color convert

RGB 175 73 14 -
CMYK 0 0.58 0.92 0.31
HSL 21.99º 0.85% 0.37% -
HSV(B) 21.99º 0.92% 0.69% -
XYZ 20.14 13.91 2.04 -
YUV 96.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 175 73 14 0 0.58 0.92 0.31 21.99 0.85 0.37
Hex AF 49 E 0 3A 5C 1F 16 55 25
Octal 257 111 16 0 72 134 37 26 125 45
Binary 10101111 1001001 1110 0 111010 1011100 11111 10110 1010101 100101

Color Harmonies of #AF490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF490E

Black with #AF490E

Text Example


Text Example

White with #AF490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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