Html Css Color HEX #AF3917 Rust

📋 copy color: '#AF3917'

red 175 ◦ green 57 ◦ blue 23

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

Shades of Rust #AF3917

Tints of Rust #AF3917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

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

R = 68.63%
G = 22.35%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3917 (or 0xAF3917) is known color: Rust. HEX triplet: AF, 39 and 17. RGB value is (175,57,23). Sum of RGB (Red+Green+Blue) = 175+57+23=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3917 is #50C6E8. Grayscale: #585858. Windows color (decimal): -5293801 or 1522095. OLE color: 1522095.

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

Color convert

RGB 175 57 23 -
CMYK 0 0.67 0.87 0.31
HSL 13.42º 0.77% 0.39% -
HSV(B) 13.42º 0.87% 0.69% -
XYZ 19.3 12.1 2.13 -
YUV 88.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 175 57 23 0 0.67 0.87 0.31 13.42 0.77 0.39
Hex AF 39 17 0 43 57 1F D 4D 27
Octal 257 71 27 0 103 127 37 15 115 47
Binary 10101111 111001 10111 0 1000011 1010111 11111 1101 1001101 100111

Color Harmonies of #AF3917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3917

Black with #AF3917

Text Example


Text Example

White with #AF3917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3917; }

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

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

background-color css

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

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

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

border-color css

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

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

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