Html Css Color HEX #AF3115 Rust

📋 copy color: '#AF3115'

red 175 ◦ green 49 ◦ blue 21

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

Shades of Rust #AF3115

Tints of Rust #AF3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 71.43%
G = 20%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF3115 (or 0xAF3115) is known color: Rust. HEX triplet: AF, 31 and 15. RGB value is (175,49,21). Sum of RGB (Red+Green+Blue) = 175+49+21=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3115 is #50CEEA. Grayscale: #535353. Windows color (decimal): -5295851 or 1388975. OLE color: 1388975.

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

Color convert

RGB 175 49 21 -
CMYK 0 0.72 0.88 0.31
HSL 10.91º 0.79% 0.38% -
HSV(B) 10.91º 0.88% 0.69% -
XYZ 18.91 11.36 1.91 -
YUV 83.48 92.74 193.28 -
System Red Green Blue C M Y K H S L
Decimal 175 49 21 0 0.72 0.88 0.31 10.91 0.79 0.38
Hex AF 31 15 0 48 58 1F B 4F 26
Octal 257 61 25 0 110 130 37 13 117 46
Binary 10101111 110001 10101 0 1001000 1011000 11111 1011 1001111 100110

Color Harmonies of #AF3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3115

Black with #AF3115

Text Example


Text Example

White with #AF3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3115; }

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

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

background-color css

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

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

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

border-color css

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

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

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