Html Css Color HEX #AF470C Rust

📋 copy color: '#AF470C'

red 175 ◦ green 71 ◦ blue 12

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

Shades of Rust #AF470C

Tints of Rust #AF470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 67.83%
G = 27.52%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF470C (or 0xAF470C) is known color: Rust. HEX triplet: AF, 47 and 0C. RGB value is (175,71,12). Sum of RGB (Red+Green+Blue) = 175+71+12=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF470C is #50B8F3. Grayscale: #5F5F5F. Windows color (decimal): -5290228 or 804783. OLE color: 804783.

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

Color convert

RGB 175 71 12 -
CMYK 0 0.59 0.93 0.31
HSL 21.72º 0.87% 0.37% -
HSV(B) 21.72º 0.93% 0.69% -
XYZ 20 13.65 1.93 -
YUV 95.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 175 71 12 0 0.59 0.93 0.31 21.72 0.87 0.37
Hex AF 47 C 0 3B 5D 1F 16 57 25
Octal 257 107 14 0 73 135 37 26 127 45
Binary 10101111 1000111 1100 0 111011 1011101 11111 10110 1010111 100101

Color Harmonies of #AF470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF470C

Black with #AF470C

Text Example


Text Example

White with #AF470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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