Html Css Color HEX #AF5301 Rust

📋 copy color: '#AF5301'

red 175 ◦ green 83 ◦ blue 1

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

Shades of Rust #AF5301

Tints of Rust #AF5301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 67.57%
G = 32.05%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF5301 (or 0xAF5301) is known color: Rust. HEX triplet: AF, 53 and 01. RGB value is (175,83,1). Sum of RGB (Red+Green+Blue) = 175+83+1=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5301 is #50ACFE. Grayscale: #656565. Windows color (decimal): -5287167 or 86959. OLE color: 86959.

HSL color Cylindrical-coordinate representation of color #AF5301: hue angle of 28.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF5301 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 1 -
CMYK 0 0.53 0.99 0.31
HSL 28.28º 0.99% 0.35% -
HSV(B) 28.28º 0.99% 0.69% -
XYZ 20.78 15.3 1.89 -
YUV 101.16 71.48 180.67 -
System Red Green Blue C M Y K H S L
Decimal 175 83 1 0 0.53 0.99 0.31 28.28 0.99 0.35
Hex AF 53 1 0 35 63 1F 1C 63 23
Octal 257 123 1 0 65 143 37 34 143 43
Binary 10101111 1010011 1 0 110101 1100011 11111 11100 1100011 100011

Color Harmonies of #AF5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5301

Black with #AF5301

Text Example


Text Example

White with #AF5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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