Html Css Color HEX #AF3A17 Rust

📋 copy color: '#AF3A17'

red 175 ◦ green 58 ◦ blue 23

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

Shades of Rust #AF3A17

Tints of Rust #AF3A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

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

R = 68.36%
G = 22.66%
B = 8.98%

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

#AF3A17 (or 0xAF3A17) is known color: Rust. HEX triplet: AF, 3A and 17. RGB value is (175,58,23). Sum of RGB (Red+Green+Blue) = 175+58+23=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3A17 is #50C5E8. Grayscale: #595959. Windows color (decimal): -5293545 or 1522351. OLE color: 1522351.

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

Color convert

RGB 175 58 23 -
CMYK 0 0.67 0.87 0.31
HSL 13.82º 0.77% 0.39% -
HSV(B) 13.82º 0.87% 0.69% -
XYZ 19.35 12.2 2.15 -
YUV 88.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 175 58 23 0 0.67 0.87 0.31 13.82 0.77 0.39
Hex AF 3A 17 0 43 57 1F E 4D 27
Octal 257 72 27 0 103 127 37 16 115 47
Binary 10101111 111010 10111 0 1000011 1010111 11111 1110 1001101 100111

Color Harmonies of #AF3A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A17

Black with #AF3A17

Text Example


Text Example

White with #AF3A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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