Html Css Color HEX #AF3819 Rust

📋 copy color: '#AF3819'

red 175 ◦ green 56 ◦ blue 25

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

Shades of Rust #AF3819

Tints of Rust #AF3819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 68.36%
G = 21.88%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3819 (or 0xAF3819) is known color: Rust. HEX triplet: AF, 38 and 19. RGB value is (175,56,25). Sum of RGB (Red+Green+Blue) = 175+56+25=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3819 is #50C7E6. Grayscale: #585858. Windows color (decimal): -5294055 or 1652911. OLE color: 1652911.

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

Color convert

RGB 175 56 25 -
CMYK 0 0.68 0.86 0.31
HSL 12.4º 0.75% 0.39% -
HSV(B) 12.4º 0.86% 0.69% -
XYZ 19.27 12.01 2.22 -
YUV 88.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 175 56 25 0 0.68 0.86 0.31 12.4 0.75 0.39
Hex AF 38 19 0 44 56 1F C 4B 27
Octal 257 70 31 0 104 126 37 14 113 47
Binary 10101111 111000 11001 0 1000100 1010110 11111 1100 1001011 100111

Color Harmonies of #AF3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3819

Black with #AF3819

Text Example


Text Example

White with #AF3819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3819; }

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

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

background-color css

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

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

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

border-color css

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

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

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