Html Css Color HEX #AF460C Rust

📋 copy color: '#AF460C'

red 175 ◦ green 70 ◦ blue 12

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

Shades of Rust #AF460C

Tints of Rust #AF460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

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

R = 68.09%
G = 27.24%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF460C (or 0xAF460C) is known color: Rust. HEX triplet: AF, 46 and 0C. RGB value is (175,70,12). Sum of RGB (Red+Green+Blue) = 175+70+12=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF460C is #50B9F3. Grayscale: #5F5F5F. Windows color (decimal): -5290484 or 804527. OLE color: 804527.

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

Color convert

RGB 175 70 12 -
CMYK 0 0.60 0.93 0.31
HSL 21.35º 0.87% 0.37% -
HSV(B) 21.35º 0.93% 0.69% -
XYZ 19.94 13.52 1.91 -
YUV 94.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 175 70 12 0 0.60 0.93 0.31 21.35 0.87 0.37
Hex AF 46 C 0 3C 5D 1F 15 57 25
Octal 257 106 14 0 74 135 37 25 127 45
Binary 10101111 1000110 1100 0 111100 1011101 11111 10101 1010111 100101

Color Harmonies of #AF460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF460C

Black with #AF460C

Text Example


Text Example

White with #AF460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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