Html Css Color HEX #AF340C Rust

📋 copy color: '#AF340C'

red 175 ◦ green 52 ◦ blue 12

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

Shades of Rust #AF340C

Tints of Rust #AF340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 73.22%
G = 21.76%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF340C (or 0xAF340C) is known color: Rust. HEX triplet: AF, 34 and 0C. RGB value is (175,52,12). Sum of RGB (Red+Green+Blue) = 175+52+12=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF340C is #50CBF3. Grayscale: #545454. Windows color (decimal): -5295092 or 799919. OLE color: 799919.

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

Color convert

RGB 175 52 12 -
CMYK 0 0.70 0.93 0.31
HSL 14.72º 0.87% 0.37% -
HSV(B) 14.72º 0.93% 0.69% -
XYZ 18.97 11.6 1.59 -
YUV 84.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 175 52 12 0 0.70 0.93 0.31 14.72 0.87 0.37
Hex AF 34 C 0 46 5D 1F F 57 25
Octal 257 64 14 0 106 135 37 17 127 45
Binary 10101111 110100 1100 0 1000110 1011101 11111 1111 1010111 100101

Color Harmonies of #AF340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF340C

Black with #AF340C

Text Example


Text Example

White with #AF340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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