Html Css Color HEX #AF4E19 Rust

📋 copy color: '#AF4E19'

red 175 ◦ green 78 ◦ blue 25

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

Shades of Rust #AF4E19

Tints of Rust #AF4E19

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.06%

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 62.95%
G = 28.06%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF4E19 (or 0xAF4E19) is known color: Rust. HEX triplet: AF, 4E and 19. RGB value is (175,78,25). Sum of RGB (Red+Green+Blue) = 175+78+25=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E19 is #50B1E6. Grayscale: #656565. Windows color (decimal): -5288423 or 1658543. OLE color: 1658543.

HSL color Cylindrical-coordinate representation of color #AF4E19: hue angle of 21.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF4E19 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 25 -
CMYK 0 0.55 0.86 0.31
HSL 21.2º 0.75% 0.39% -
HSV(B) 21.2º 0.86% 0.69% -
XYZ 20.58 14.63 2.66 -
YUV 100.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 175 78 25 0 0.55 0.86 0.31 21.2 0.75 0.39
Hex AF 4E 19 0 37 56 1F 15 4B 27
Octal 257 116 31 0 67 126 37 25 113 47
Binary 10101111 1001110 11001 0 110111 1010110 11111 10101 1001011 100111

Color Harmonies of #AF4E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E19

Black with #AF4E19

Text Example


Text Example

White with #AF4E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E19; }

 p { color: rgb(175,78,25); }

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

background-color css

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

 a { background-color: rgb(175,78,25); }

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

border-color css

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

 span { border-color: rgb(175,78,25); }

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