Html Css Color HEX #AF4712 Rust

📋 copy color: '#AF4712'

red 175 ◦ green 71 ◦ blue 18

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

Shades of Rust #AF4712

Tints of Rust #AF4712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 66.29%
G = 26.89%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4712 (or 0xAF4712) is known color: Rust. HEX triplet: AF, 47 and 12. RGB value is (175,71,18). Sum of RGB (Red+Green+Blue) = 175+71+18=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4712 is #50B8ED. Grayscale: #606060. Windows color (decimal): -5290222 or 1197999. OLE color: 1197999.

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

Color convert

RGB 175 71 18 -
CMYK 0 0.59 0.90 0.31
HSL 20.25º 0.81% 0.38% -
HSV(B) 20.25º 0.9% 0.69% -
XYZ 20.04 13.66 2.15 -
YUV 96.05 83.96 184.31 -
System Red Green Blue C M Y K H S L
Decimal 175 71 18 0 0.59 0.90 0.31 20.25 0.81 0.38
Hex AF 47 12 0 3B 5A 1F 14 51 26
Octal 257 107 22 0 73 132 37 24 121 46
Binary 10101111 1000111 10010 0 111011 1011010 11111 10100 1010001 100110

Color Harmonies of #AF4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4712

Black with #AF4712

Text Example


Text Example

White with #AF4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4712; }

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

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

background-color css

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

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

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

border-color css

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

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

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