Html Css Color HEX #AF3219 Rust

📋 copy color: '#AF3219'

red 175 ◦ green 50 ◦ blue 25

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

Shades of Rust #AF3219

Tints of Rust #AF3219

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 70%
G = 20%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3219 (or 0xAF3219) is known color: Rust. HEX triplet: AF, 32 and 19. RGB value is (175,50,25). Sum of RGB (Red+Green+Blue) = 175+50+25=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3219 is #50CDE6. Grayscale: #545454. Windows color (decimal): -5295591 or 1651375. OLE color: 1651375.

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

Color convert

RGB 175 50 25 -
CMYK 0 0.71 0.86 0.31
HSL 10º 0.75% 0.39% -
HSV(B) 10º 0.86% 0.69% -
XYZ 19 11.47 2.13 -
YUV 84.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 175 50 25 0 0.71 0.86 0.31 10 0.75 0.39
Hex AF 32 19 0 47 56 1F A 4B 27
Octal 257 62 31 0 107 126 37 12 113 47
Binary 10101111 110010 11001 0 1000111 1010110 11111 1010 1001011 100111

Color Harmonies of #AF3219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3219

Black with #AF3219

Text Example


Text Example

White with #AF3219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3219; }

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

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

background-color css

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

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

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

border-color css

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

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

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