Html Css Color HEX #AF3E17 Rust

📋 copy color: '#AF3E17'

red 175 ◦ green 62 ◦ blue 23

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

Shades of Rust #AF3E17

Tints of Rust #AF3E17

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 67.31%
G = 23.85%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3E17 (or 0xAF3E17) is known color: Rust. HEX triplet: AF, 3E and 17. RGB value is (175,62,23). Sum of RGB (Red+Green+Blue) = 175+62+23=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E17 is #50C1E8. Grayscale: #5B5B5B. Windows color (decimal): -5292521 or 1523375. OLE color: 1523375.

HSL color Cylindrical-coordinate representation of color #AF3E17: hue angle of 15.39º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF3E17 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 62 23 -
CMYK 0 0.65 0.87 0.31
HSL 15.39º 0.77% 0.39% -
HSV(B) 15.39º 0.87% 0.69% -
XYZ 19.56 12.62 2.22 -
YUV 91.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 175 62 23 0 0.65 0.87 0.31 15.39 0.77 0.39
Hex AF 3E 17 0 41 57 1F F 4D 27
Octal 257 76 27 0 101 127 37 17 115 47
Binary 10101111 111110 10111 0 1000001 1010111 11111 1111 1001101 100111

Color Harmonies of #AF3E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E17

Black with #AF3E17

Text Example


Text Example

White with #AF3E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E17; }

 p { color: rgb(175,62,23); }

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

background-color css

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

 a { background-color: rgb(175,62,23); }

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

border-color css

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

 span { border-color: rgb(175,62,23); }

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