Html Css Color HEX #AF4A19 Rust

📋 copy color: '#AF4A19'

red 175 ◦ green 74 ◦ blue 25

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

Shades of Rust #AF4A19

Tints of Rust #AF4A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 63.87%
G = 27.01%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF4A19 (or 0xAF4A19) is known color: Rust. HEX triplet: AF, 4A and 19. RGB value is (175,74,25). Sum of RGB (Red+Green+Blue) = 175+74+25=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A19 is #50B5E6. Grayscale: #626262. Windows color (decimal): -5289447 or 1657519. OLE color: 1657519.

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

Color convert

RGB 175 74 25 -
CMYK 0 0.58 0.86 0.31
HSL 19.6º 0.75% 0.39% -
HSV(B) 19.6º 0.86% 0.69% -
XYZ 20.3 14.08 2.57 -
YUV 98.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 175 74 25 0 0.58 0.86 0.31 19.6 0.75 0.39
Hex AF 4A 19 0 3A 56 1F 14 4B 27
Octal 257 112 31 0 72 126 37 24 113 47
Binary 10101111 1001010 11001 0 111010 1010110 11111 10100 1001011 100111

Color Harmonies of #AF4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A19

Black with #AF4A19

Text Example


Text Example

White with #AF4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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