Html Css Color HEX #AF3713 Rust

📋 copy color: '#AF3713'

red 175 ◦ green 55 ◦ blue 19

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

Shades of Rust #AF3713

Tints of Rust #AF3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 70.28%
G = 22.09%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF3713 (or 0xAF3713) is known color: Rust. HEX triplet: AF, 37 and 13. RGB value is (175,55,19). Sum of RGB (Red+Green+Blue) = 175+55+19=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3713 is #50C8EC. Grayscale: #575757. Windows color (decimal): -5294317 or 1259439. OLE color: 1259439.

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

Color convert

RGB 175 55 19 -
CMYK 0 0.69 0.89 0.31
HSL 13.85º 0.8% 0.38% -
HSV(B) 13.85º 0.89% 0.69% -
XYZ 19.16 11.89 1.9 -
YUV 86.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 175 55 19 0 0.69 0.89 0.31 13.85 0.8 0.38
Hex AF 37 13 0 45 59 1F E 50 26
Octal 257 67 23 0 105 131 37 16 120 46
Binary 10101111 110111 10011 0 1000101 1011001 11111 1110 1010000 100110

Color Harmonies of #AF3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3713

Black with #AF3713

Text Example


Text Example

White with #AF3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3713; }

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

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

background-color css

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

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

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

border-color css

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

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

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