Html Css Color HEX #AF4919 Rust

📋 copy color: '#AF4919'

red 175 ◦ green 73 ◦ blue 25

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

Shades of Rust #AF4919

Tints of Rust #AF4919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 64.1%
G = 26.74%
B = 9.16%

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

#AF4919 (or 0xAF4919) is known color: Rust. HEX triplet: AF, 49 and 19. RGB value is (175,73,25). Sum of RGB (Red+Green+Blue) = 175+73+25=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4919 is #50B6E6. Grayscale: #626262. Windows color (decimal): -5289703 or 1657263. OLE color: 1657263.

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

Color convert

RGB 175 73 25 -
CMYK 0 0.58 0.86 0.31
HSL 19.2º 0.75% 0.39% -
HSV(B) 19.2º 0.86% 0.69% -
XYZ 20.24 13.95 2.55 -
YUV 98.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 175 73 25 0 0.58 0.86 0.31 19.2 0.75 0.39
Hex AF 49 19 0 3A 56 1F 13 4B 27
Octal 257 111 31 0 72 126 37 23 113 47
Binary 10101111 1001001 11001 0 111010 1010110 11111 10011 1001011 100111

Color Harmonies of #AF4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4919

Black with #AF4919

Text Example


Text Example

White with #AF4919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4919; }

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

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

background-color css

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

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

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

border-color css

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

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

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