Html Css Color HEX #AF340F Rust

📋 copy color: '#AF340F'

red 175 ◦ green 52 ◦ blue 15

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

Shades of Rust #AF340F

Tints of Rust #AF340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 72.31%
G = 21.49%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF340F (or 0xAF340F) is known color: Rust. HEX triplet: AF, 34 and 0F. RGB value is (175,52,15). Sum of RGB (Red+Green+Blue) = 175+52+15=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF340F is #50CBF0. Grayscale: #545454. Windows color (decimal): -5295089 or 996527. OLE color: 996527.

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

Color convert

RGB 175 52 15 -
CMYK 0 0.70 0.91 0.31
HSL 13.88º 0.84% 0.37% -
HSV(B) 13.88º 0.91% 0.69% -
XYZ 18.99 11.6 1.69 -
YUV 84.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 175 52 15 0 0.70 0.91 0.31 13.88 0.84 0.37
Hex AF 34 F 0 46 5B 1F E 54 25
Octal 257 64 17 0 106 133 37 16 124 45
Binary 10101111 110100 1111 0 1000110 1011011 11111 1110 1010100 100101

Color Harmonies of #AF340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF340F

Black with #AF340F

Text Example


Text Example

White with #AF340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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