Html Css Color HEX #AF5312 Rust

📋 copy color: '#AF5312'

red 175 ◦ green 83 ◦ blue 18

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

Shades of Rust #AF5312

Tints of Rust #AF5312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 63.41%
G = 30.07%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5312 (or 0xAF5312) is known color: Rust. HEX triplet: AF, 53 and 12. RGB value is (175,83,18). Sum of RGB (Red+Green+Blue) = 175+83+18=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5312 is #50ACED. Grayscale: #676767. Windows color (decimal): -5287150 or 1201071. OLE color: 1201071.

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

Color convert

RGB 175 83 18 -
CMYK 0 0.53 0.90 0.31
HSL 24.84º 0.81% 0.38% -
HSV(B) 24.84º 0.9% 0.69% -
XYZ 20.88 15.34 2.43 -
YUV 103.1 79.98 179.29 -
System Red Green Blue C M Y K H S L
Decimal 175 83 18 0 0.53 0.90 0.31 24.84 0.81 0.38
Hex AF 53 12 0 35 5A 1F 19 51 26
Octal 257 123 22 0 65 132 37 31 121 46
Binary 10101111 1010011 10010 0 110101 1011010 11111 11001 1010001 100110

Color Harmonies of #AF5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5312

Black with #AF5312

Text Example


Text Example

White with #AF5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5312; }

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

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

background-color css

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

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

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

border-color css

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

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

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