Html Css Color HEX #AF310A Rust

📋 copy color: '#AF310A'

red 175 ◦ green 49 ◦ blue 10

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

Shades of Rust #AF310A

Tints of Rust #AF310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.27%

R = 74.79%
G = 20.94%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF310A (or 0xAF310A) is known color: Rust. HEX triplet: AF, 31 and 0A. RGB value is (175,49,10). Sum of RGB (Red+Green+Blue) = 175+49+10=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF310A is #50CEF5. Grayscale: #525252. Windows color (decimal): -5295862 or 668079. OLE color: 668079.

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

Color convert

RGB 175 49 10 -
CMYK 0 0.72 0.94 0.31
HSL 14.18º 0.89% 0.36% -
HSV(B) 14.18º 0.94% 0.69% -
XYZ 18.83 11.33 1.48 -
YUV 82.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 175 49 10 0 0.72 0.94 0.31 14.18 0.89 0.36
Hex AF 31 A 0 48 5E 1F E 59 24
Octal 257 61 12 0 110 136 37 16 131 44
Binary 10101111 110001 1010 0 1001000 1011110 11111 1110 1011001 100100

Color Harmonies of #AF310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF310A

Black with #AF310A

Text Example


Text Example

White with #AF310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF310A; }

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

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

background-color css

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

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

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

border-color css

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

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

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