Html Css Color HEX #AF490F Rust

📋 copy color: '#AF490F'

red 175 ◦ green 73 ◦ blue 15

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

Shades of Rust #AF490F

Tints of Rust #AF490F

RGB

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

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

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

R = 66.54%
G = 27.76%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF490F (or 0xAF490F) is known color: Rust. HEX triplet: AF, 49 and 0F. RGB value is (175,73,15). Sum of RGB (Red+Green+Blue) = 175+73+15=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF490F is #50B6F0. Grayscale: #616161. Windows color (decimal): -5289713 or 1001903. OLE color: 1001903.

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

Color convert

RGB 175 73 15 -
CMYK 0 0.58 0.91 0.31
HSL 21.75º 0.84% 0.37% -
HSV(B) 21.75º 0.91% 0.69% -
XYZ 20.15 13.91 2.08 -
YUV 96.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 175 73 15 0 0.58 0.91 0.31 21.75 0.84 0.37
Hex AF 49 F 0 3A 5B 1F 16 54 25
Octal 257 111 17 0 72 133 37 26 124 45
Binary 10101111 1001001 1111 0 111010 1011011 11111 10110 1010100 100101

Color Harmonies of #AF490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF490F

Black with #AF490F

Text Example


Text Example

White with #AF490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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