Html Css Color HEX #AF4715 Rust

📋 copy color: '#AF4715'

red 175 ◦ green 71 ◦ blue 21

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

Shades of Rust #AF4715

Tints of Rust #AF4715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 65.54%
G = 26.59%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF4715 (or 0xAF4715) is known color: Rust. HEX triplet: AF, 47 and 15. RGB value is (175,71,21). Sum of RGB (Red+Green+Blue) = 175+71+21=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4715 is #50B8EA. Grayscale: #606060. Windows color (decimal): -5290219 or 1394607. OLE color: 1394607.

HSL color Cylindrical-coordinate representation of color #AF4715: hue angle of 19.48º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF4715 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 21 -
CMYK 0 0.59 0.88 0.31
HSL 19.48º 0.79% 0.38% -
HSV(B) 19.48º 0.88% 0.69% -
XYZ 20.07 13.67 2.29 -
YUV 96.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 175 71 21 0 0.59 0.88 0.31 19.48 0.79 0.38
Hex AF 47 15 0 3B 58 1F 13 4F 26
Octal 257 107 25 0 73 130 37 23 117 46
Binary 10101111 1000111 10101 0 111011 1011000 11111 10011 1001111 100110

Color Harmonies of #AF4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4715

Black with #AF4715

Text Example


Text Example

White with #AF4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4715; }

 p { color: rgb(175,71,21); }

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

background-color css

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

 a { background-color: rgb(175,71,21); }

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

border-color css

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

 span { border-color: rgb(175,71,21); }

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