Html Css Color HEX #AF570D Rust

📋 copy color: '#AF570D'

red 175 ◦ green 87 ◦ blue 13

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

Shades of Rust #AF570D

Tints of Rust #AF570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 13 (5.47% from 255) = 4.73%

R = 63.64%
G = 31.64%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF570D (or 0xAF570D) is known color: Rust. HEX triplet: AF, 57 and 0D. RGB value is (175,87,13). Sum of RGB (Red+Green+Blue) = 175+87+13=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF570D is #50A8F2. Grayscale: #696969. Windows color (decimal): -5286131 or 874415. OLE color: 874415.

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

Color convert

RGB 175 87 13 -
CMYK 0 0.50 0.93 0.31
HSL 27.41º 0.86% 0.37% -
HSV(B) 27.41º 0.93% 0.69% -
XYZ 21.16 15.96 2.35 -
YUV 104.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 175 87 13 0 0.50 0.93 0.31 27.41 0.86 0.37
Hex AF 57 D 0 32 5D 1F 1B 56 25
Octal 257 127 15 0 62 135 37 33 126 45
Binary 10101111 1010111 1101 0 110010 1011101 11111 11011 1010110 100101

Color Harmonies of #AF570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF570D

Black with #AF570D

Text Example


Text Example

White with #AF570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF570D; }

 p { color: rgb(175,87,13); }

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

background-color css

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

 a { background-color: rgb(175,87,13); }

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

border-color css

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

 span { border-color: rgb(175,87,13); }

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