Html Css Color HEX #AF340A Rust

📋 copy color: '#AF340A'

red 175 ◦ green 52 ◦ blue 10

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

Shades of Rust #AF340A

Tints of Rust #AF340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 73.84%
G = 21.94%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF340A (or 0xAF340A) is known color: Rust. HEX triplet: AF, 34 and 0A. RGB value is (175,52,10). Sum of RGB (Red+Green+Blue) = 175+52+10=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF340A is #50CBF5. Grayscale: #545454. Windows color (decimal): -5295094 or 668847. OLE color: 668847.

HSL color Cylindrical-coordinate representation of color #AF340A: hue angle of 15.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF340A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 10 -
CMYK 0 0.70 0.94 0.31
HSL 15.27º 0.89% 0.36% -
HSV(B) 15.27º 0.94% 0.69% -
XYZ 18.96 11.59 1.53 -
YUV 83.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 175 52 10 0 0.70 0.94 0.31 15.27 0.89 0.36
Hex AF 34 A 0 46 5E 1F F 59 24
Octal 257 64 12 0 106 136 37 17 131 44
Binary 10101111 110100 1010 0 1000110 1011110 11111 1111 1011001 100100

Color Harmonies of #AF340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF340A

Black with #AF340A

Text Example


Text Example

White with #AF340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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