Html Css Color HEX #AF4E18 Rust

📋 copy color: '#AF4E18'

red 175 ◦ green 78 ◦ blue 24

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

Shades of Rust #AF4E18

Tints of Rust #AF4E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.16%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 63.18%
G = 28.16%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF4E18 (or 0xAF4E18) is known color: Rust. HEX triplet: AF, 4E and 18. RGB value is (175,78,24). Sum of RGB (Red+Green+Blue) = 175+78+24=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E18 is #50B1E7. Grayscale: #656565. Windows color (decimal): -5288424 or 1593007. OLE color: 1593007.

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

Color convert

RGB 175 78 24 -
CMYK 0 0.55 0.86 0.31
HSL 21.46º 0.76% 0.39% -
HSV(B) 21.46º 0.86% 0.69% -
XYZ 20.57 14.63 2.6 -
YUV 100.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 175 78 24 0 0.55 0.86 0.31 21.46 0.76 0.39
Hex AF 4E 18 0 37 56 1F 15 4C 27
Octal 257 116 30 0 67 126 37 25 114 47
Binary 10101111 1001110 11000 0 110111 1010110 11111 10101 1001100 100111

Color Harmonies of #AF4E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E18

Black with #AF4E18

Text Example


Text Example

White with #AF4E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E18; }

 p { color: rgb(175,78,24); }

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

background-color css

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

 a { background-color: rgb(175,78,24); }

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

border-color css

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

 span { border-color: rgb(175,78,24); }

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