Html Css Color HEX #AF3919 Rust

📋 copy color: '#AF3919'

red 175 ◦ green 57 ◦ blue 25

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

Shades of Rust #AF3919

Tints of Rust #AF3919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

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

R = 68.09%
G = 22.18%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3919 (or 0xAF3919) is known color: Rust. HEX triplet: AF, 39 and 19. RGB value is (175,57,25). Sum of RGB (Red+Green+Blue) = 175+57+25=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3919 is #50C6E6. Grayscale: #585858. Windows color (decimal): -5293799 or 1653167. OLE color: 1653167.

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

Color convert

RGB 175 57 25 -
CMYK 0 0.67 0.86 0.31
HSL 12.8º 0.75% 0.39% -
HSV(B) 12.8º 0.86% 0.69% -
XYZ 19.32 12.11 2.24 -
YUV 88.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 175 57 25 0 0.67 0.86 0.31 12.8 0.75 0.39
Hex AF 39 19 0 43 56 1F D 4B 27
Octal 257 71 31 0 103 126 37 15 113 47
Binary 10101111 111001 11001 0 1000011 1010110 11111 1101 1001011 100111

Color Harmonies of #AF3919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3919

Black with #AF3919

Text Example


Text Example

White with #AF3919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3919; }

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

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

background-color css

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

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

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

border-color css

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

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

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