Html Css Color HEX #AF3113 Rust

📋 copy color: '#AF3113'

red 175 ◦ green 49 ◦ blue 19

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

Shades of Rust #AF3113

Tints of Rust #AF3113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 72.02%
G = 20.16%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF3113 (or 0xAF3113) is known color: Rust. HEX triplet: AF, 31 and 13. RGB value is (175,49,19). Sum of RGB (Red+Green+Blue) = 175+49+19=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3113 is #50CEEC. Grayscale: #535353. Windows color (decimal): -5295853 or 1257903. OLE color: 1257903.

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

Color convert

RGB 175 49 19 -
CMYK 0 0.72 0.89 0.31
HSL 11.54º 0.8% 0.38% -
HSV(B) 11.54º 0.89% 0.69% -
XYZ 18.9 11.36 1.81 -
YUV 83.25 91.74 193.44 -
System Red Green Blue C M Y K H S L
Decimal 175 49 19 0 0.72 0.89 0.31 11.54 0.8 0.38
Hex AF 31 13 0 48 59 1F C 50 26
Octal 257 61 23 0 110 131 37 14 120 46
Binary 10101111 110001 10011 0 1001000 1011001 11111 1100 1010000 100110

Color Harmonies of #AF3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3113

Black with #AF3113

Text Example


Text Example

White with #AF3113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3113; }

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

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

background-color css

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

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

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

border-color css

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

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

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