Html Css Color HEX #AF491C Rust

📋 copy color: '#AF491C'

red 175 ◦ green 73 ◦ blue 28

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

Shades of Rust #AF491C

Tints of Rust #AF491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 63.41%
G = 26.45%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF491C (or 0xAF491C) is known color: Rust. HEX triplet: AF, 49 and 1C. RGB value is (175,73,28). Sum of RGB (Red+Green+Blue) = 175+73+28=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF491C is #50B6E3. Grayscale: #626262. Windows color (decimal): -5289700 or 1853871. OLE color: 1853871.

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

Color convert

RGB 175 73 28 -
CMYK 0 0.58 0.84 0.31
HSL 18.37º 0.72% 0.4% -
HSV(B) 18.37º 0.84% 0.69% -
XYZ 20.27 13.96 2.73 -
YUV 98.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 175 73 28 0 0.58 0.84 0.31 18.37 0.72 0.4
Hex AF 49 1C 0 3A 54 1F 12 48 28
Octal 257 111 34 0 72 124 37 22 110 50
Binary 10101111 1001001 11100 0 111010 1010100 11111 10010 1001000 101000

Color Harmonies of #AF491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF491C

Black with #AF491C

Text Example


Text Example

White with #AF491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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