Html Css Color HEX #AF3517 Rust

📋 copy color: '#AF3517'

red 175 ◦ green 53 ◦ blue 23

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

Shades of Rust #AF3517

Tints of Rust #AF3517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

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

R = 69.72%
G = 21.12%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3517 (or 0xAF3517) is known color: Rust. HEX triplet: AF, 35 and 17. RGB value is (175,53,23). Sum of RGB (Red+Green+Blue) = 175+53+23=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3517 is #50CAE8. Grayscale: #565656. Windows color (decimal): -5294825 or 1521071. OLE color: 1521071.

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

Color convert

RGB 175 53 23 -
CMYK 0 0.70 0.87 0.31
HSL 11.84º 0.77% 0.39% -
HSV(B) 11.84º 0.87% 0.69% -
XYZ 19.11 11.72 2.07 -
YUV 86.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 175 53 23 0 0.70 0.87 0.31 11.84 0.77 0.39
Hex AF 35 17 0 46 57 1F C 4D 27
Octal 257 65 27 0 106 127 37 14 115 47
Binary 10101111 110101 10111 0 1000110 1010111 11111 1100 1001101 100111

Color Harmonies of #AF3517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3517

Black with #AF3517

Text Example


Text Example

White with #AF3517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3517; }

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

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

background-color css

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

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

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

border-color css

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

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

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