Html Css Color HEX #AF3619 Rust

📋 copy color: '#AF3619'

red 175 ◦ green 54 ◦ blue 25

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

Shades of Rust #AF3619

Tints of Rust #AF3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 68.9%
G = 21.26%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3619 (or 0xAF3619) is known color: Rust. HEX triplet: AF, 36 and 19. RGB value is (175,54,25). Sum of RGB (Red+Green+Blue) = 175+54+25=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3619 is #50C9E6. Grayscale: #575757. Windows color (decimal): -5294567 or 1652399. OLE color: 1652399.

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

Color convert

RGB 175 54 25 -
CMYK 0 0.69 0.86 0.31
HSL 11.6º 0.75% 0.39% -
HSV(B) 11.6º 0.86% 0.69% -
XYZ 19.17 11.82 2.19 -
YUV 86.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 175 54 25 0 0.69 0.86 0.31 11.6 0.75 0.39
Hex AF 36 19 0 45 56 1F C 4B 27
Octal 257 66 31 0 105 126 37 14 113 47
Binary 10101111 110110 11001 0 1000101 1010110 11111 1100 1001011 100111

Color Harmonies of #AF3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3619

Black with #AF3619

Text Example


Text Example

White with #AF3619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3619; }

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

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

background-color css

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

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

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

border-color css

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

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

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