Html Css Color HEX #AF3C17 Rust

📋 copy color: '#AF3C17'

red 175 ◦ green 60 ◦ blue 23

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

Shades of Rust #AF3C17

Tints of Rust #AF3C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

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

R = 67.83%
G = 23.26%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3C17 (or 0xAF3C17) is known color: Rust. HEX triplet: AF, 3C and 17. RGB value is (175,60,23). Sum of RGB (Red+Green+Blue) = 175+60+23=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C17 is #50C3E8. Grayscale: #5A5A5A. Windows color (decimal): -5293033 or 1522863. OLE color: 1522863.

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

Color convert

RGB 175 60 23 -
CMYK 0 0.66 0.87 0.31
HSL 14.61º 0.77% 0.39% -
HSV(B) 14.61º 0.87% 0.69% -
XYZ 19.45 12.41 2.18 -
YUV 90.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 175 60 23 0 0.66 0.87 0.31 14.61 0.77 0.39
Hex AF 3C 17 0 42 57 1F F 4D 27
Octal 257 74 27 0 102 127 37 17 115 47
Binary 10101111 111100 10111 0 1000010 1010111 11111 1111 1001101 100111

Color Harmonies of #AF3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C17

Black with #AF3C17

Text Example


Text Example

White with #AF3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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