Html Css Color HEX #AF5413 Rust

📋 copy color: '#AF5413'

red 175 ◦ green 84 ◦ blue 19

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

Shades of Rust #AF5413

Tints of Rust #AF5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 62.95%
G = 30.22%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF5413 (or 0xAF5413) is known color: Rust. HEX triplet: AF, 54 and 13. RGB value is (175,84,19). Sum of RGB (Red+Green+Blue) = 175+84+19=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5413 is #50ABEC. Grayscale: #686868. Windows color (decimal): -5286893 or 1266863. OLE color: 1266863.

HSL color Cylindrical-coordinate representation of color #AF5413: hue angle of 25º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF5413 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 19 -
CMYK 0 0.52 0.89 0.31
HSL 25º 0.8% 0.38% -
HSV(B) 25º 0.89% 0.69% -
XYZ 20.97 15.5 2.5 -
YUV 103.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 175 84 19 0 0.52 0.89 0.31 25 0.8 0.38
Hex AF 54 13 0 34 59 1F 19 50 26
Octal 257 124 23 0 64 131 37 31 120 46
Binary 10101111 1010100 10011 0 110100 1011001 11111 11001 1010000 100110

Color Harmonies of #AF5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5413

Black with #AF5413

Text Example


Text Example

White with #AF5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5413; }

 p { color: rgb(175,84,19); }

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

background-color css

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

 a { background-color: rgb(175,84,19); }

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

border-color css

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

 span { border-color: rgb(175,84,19); }

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