Html Css Color HEX #AF4E15 Rust

📋 copy color: '#AF4E15'

red 175 ◦ green 78 ◦ blue 21

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

Shades of Rust #AF4E15

Tints of Rust #AF4E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.66%

R = 63.87%
G = 28.47%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF4E15 (or 0xAF4E15) is known color: Rust. HEX triplet: AF, 4E and 15. RGB value is (175,78,21). Sum of RGB (Red+Green+Blue) = 175+78+21=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E15 is #50B1EA. Grayscale: #646464. Windows color (decimal): -5288427 or 1396399. OLE color: 1396399.

HSL color Cylindrical-coordinate representation of color #AF4E15: hue angle of 22.21º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF4E15 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 21 -
CMYK 0 0.55 0.88 0.31
HSL 22.21º 0.79% 0.38% -
HSV(B) 22.21º 0.88% 0.69% -
XYZ 20.54 14.62 2.45 -
YUV 100.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 175 78 21 0 0.55 0.88 0.31 22.21 0.79 0.38
Hex AF 4E 15 0 37 58 1F 16 4F 26
Octal 257 116 25 0 67 130 37 26 117 46
Binary 10101111 1001110 10101 0 110111 1011000 11111 10110 1001111 100110

Color Harmonies of #AF4E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E15

Black with #AF4E15

Text Example


Text Example

White with #AF4E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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