Html Css Color HEX #AF310D Rust

📋 copy color: '#AF310D'

red 175 ◦ green 49 ◦ blue 13

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

Shades of Rust #AF310D

Tints of Rust #AF310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

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

R = 73.84%
G = 20.68%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF310D (or 0xAF310D) is known color: Rust. HEX triplet: AF, 31 and 0D. RGB value is (175,49,13). Sum of RGB (Red+Green+Blue) = 175+49+13=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF310D is #50CEF2. Grayscale: #525252. Windows color (decimal): -5295859 or 864687. OLE color: 864687.

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

Color convert

RGB 175 49 13 -
CMYK 0 0.72 0.93 0.31
HSL 13.33º 0.86% 0.37% -
HSV(B) 13.33º 0.93% 0.69% -
XYZ 18.85 11.34 1.58 -
YUV 82.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 175 49 13 0 0.72 0.93 0.31 13.33 0.86 0.37
Hex AF 31 D 0 48 5D 1F D 56 25
Octal 257 61 15 0 110 135 37 15 126 45
Binary 10101111 110001 1101 0 1001000 1011101 11111 1101 1010110 100101

Color Harmonies of #AF310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF310D

Black with #AF310D

Text Example


Text Example

White with #AF310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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