Html Css Color HEX #AF310C Rust

📋 copy color: '#AF310C'

red 175 ◦ green 49 ◦ blue 12

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

Shades of Rust #AF310C

Tints of Rust #AF310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 74.15%
G = 20.76%
B = 5.08%

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

#AF310C (or 0xAF310C) is known color: Rust. HEX triplet: AF, 31 and 0C. RGB value is (175,49,12). Sum of RGB (Red+Green+Blue) = 175+49+12=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF310C is #50CEF3. Grayscale: #525252. Windows color (decimal): -5295860 or 799151. OLE color: 799151.

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

Color convert

RGB 175 49 12 -
CMYK 0 0.72 0.93 0.31
HSL 13.62º 0.87% 0.37% -
HSV(B) 13.62º 0.93% 0.69% -
XYZ 18.84 11.34 1.54 -
YUV 82.46 88.24 194.01 -
System Red Green Blue C M Y K H S L
Decimal 175 49 12 0 0.72 0.93 0.31 13.62 0.87 0.37
Hex AF 31 C 0 48 5D 1F E 57 25
Octal 257 61 14 0 110 135 37 16 127 45
Binary 10101111 110001 1100 0 1001000 1011101 11111 1110 1010111 100101

Color Harmonies of #AF310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF310C

Black with #AF310C

Text Example


Text Example

White with #AF310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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