Html Css Color HEX #AF4115 Rust

📋 copy color: '#AF4115'

red 175 ◦ green 65 ◦ blue 21

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

Shades of Rust #AF4115

Tints of Rust #AF4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 67.05%
G = 24.9%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF4115 (or 0xAF4115) is known color: Rust. HEX triplet: AF, 41 and 15. RGB value is (175,65,21). Sum of RGB (Red+Green+Blue) = 175+65+21=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4115 is #50BEEA. Grayscale: #5D5D5D. Windows color (decimal): -5291755 or 1393071. OLE color: 1393071.

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

Color convert

RGB 175 65 21 -
CMYK 0 0.63 0.88 0.31
HSL 17.14º 0.79% 0.38% -
HSV(B) 17.14º 0.88% 0.69% -
XYZ 19.7 12.95 2.17 -
YUV 92.87 87.44 186.58 -
System Red Green Blue C M Y K H S L
Decimal 175 65 21 0 0.63 0.88 0.31 17.14 0.79 0.38
Hex AF 41 15 0 3F 58 1F 11 4F 26
Octal 257 101 25 0 77 130 37 21 117 46
Binary 10101111 1000001 10101 0 111111 1011000 11111 10001 1001111 100110

Color Harmonies of #AF4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4115

Black with #AF4115

Text Example


Text Example

White with #AF4115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4115; }

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

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

background-color css

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

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

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

border-color css

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

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

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