Html Css Color HEX #AF3712 Rust

📋 copy color: '#AF3712'

red 175 ◦ green 55 ◦ blue 18

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

Shades of Rust #AF3712

Tints of Rust #AF3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 70.56%
G = 22.18%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3712 (or 0xAF3712) is known color: Rust. HEX triplet: AF, 37 and 12. RGB value is (175,55,18). Sum of RGB (Red+Green+Blue) = 175+55+18=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3712 is #50C8ED. Grayscale: #565656. Windows color (decimal): -5294318 or 1193903. OLE color: 1193903.

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

Color convert

RGB 175 55 18 -
CMYK 0 0.69 0.90 0.31
HSL 14.14º 0.81% 0.38% -
HSV(B) 14.14º 0.9% 0.69% -
XYZ 19.15 11.89 1.86 -
YUV 86.66 89.26 191.01 -
System Red Green Blue C M Y K H S L
Decimal 175 55 18 0 0.69 0.90 0.31 14.14 0.81 0.38
Hex AF 37 12 0 45 5A 1F E 51 26
Octal 257 67 22 0 105 132 37 16 121 46
Binary 10101111 110111 10010 0 1000101 1011010 11111 1110 1010001 100110

Color Harmonies of #AF3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3712

Black with #AF3712

Text Example


Text Example

White with #AF3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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