Html Css Color HEX #AF310F Rust

📋 copy color: '#AF310F'

red 175 ◦ green 49 ◦ blue 15

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

Shades of Rust #AF310F

Tints of Rust #AF310F

RGB

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

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

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

R = 73.22%
G = 20.5%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF310F (or 0xAF310F) is known color: Rust. HEX triplet: AF, 31 and 0F. RGB value is (175,49,15). Sum of RGB (Red+Green+Blue) = 175+49+15=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF310F is #50CEF0. Grayscale: #535353. Windows color (decimal): -5295857 or 995759. OLE color: 995759.

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

Color convert

RGB 175 49 15 -
CMYK 0 0.72 0.91 0.31
HSL 12.75º 0.84% 0.37% -
HSV(B) 12.75º 0.91% 0.69% -
XYZ 18.86 11.35 1.65 -
YUV 82.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 175 49 15 0 0.72 0.91 0.31 12.75 0.84 0.37
Hex AF 31 F 0 48 5B 1F D 54 25
Octal 257 61 17 0 110 133 37 15 124 45
Binary 10101111 110001 1111 0 1001000 1011011 11111 1101 1010100 100101

Color Harmonies of #AF310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF310F

Black with #AF310F

Text Example


Text Example

White with #AF310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF310F; }

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

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

background-color css

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

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

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

border-color css

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

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

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