Html Css Color HEX #AF530F Rust

📋 copy color: '#AF530F'

red 175 ◦ green 83 ◦ blue 15

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

Shades of Rust #AF530F

Tints of Rust #AF530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 64.1%
G = 30.4%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF530F (or 0xAF530F) is known color: Rust. HEX triplet: AF, 53 and 0F. RGB value is (175,83,15). Sum of RGB (Red+Green+Blue) = 175+83+15=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF530F is #50ACF0. Grayscale: #676767. Windows color (decimal): -5287153 or 1004463. OLE color: 1004463.

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

Color convert

RGB 175 83 15 -
CMYK 0 0.53 0.91 0.31
HSL 25.5º 0.84% 0.37% -
HSV(B) 25.5º 0.91% 0.69% -
XYZ 20.86 15.33 2.31 -
YUV 102.76 78.48 179.53 -
System Red Green Blue C M Y K H S L
Decimal 175 83 15 0 0.53 0.91 0.31 25.5 0.84 0.37
Hex AF 53 F 0 35 5B 1F 1A 54 25
Octal 257 123 17 0 65 133 37 32 124 45
Binary 10101111 1010011 1111 0 110101 1011011 11111 11010 1010100 100101

Color Harmonies of #AF530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF530F

Black with #AF530F

Text Example


Text Example

White with #AF530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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