Html Css Color HEX #AF3015 Rust

📋 copy color: '#AF3015'

red 175 ◦ green 48 ◦ blue 21

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

Shades of Rust #AF3015

Tints of Rust #AF3015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 71.72%
G = 19.67%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF3015 (or 0xAF3015) is known color: Rust. HEX triplet: AF, 30 and 15. RGB value is (175,48,21). Sum of RGB (Red+Green+Blue) = 175+48+21=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3015 is #50CFEA. Grayscale: #535353. Windows color (decimal): -5296107 or 1388719. OLE color: 1388719.

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

Color convert

RGB 175 48 21 -
CMYK 0 0.73 0.88 0.31
HSL 10.52º 0.79% 0.38% -
HSV(B) 10.52º 0.88% 0.69% -
XYZ 18.87 11.28 1.89 -
YUV 82.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 175 48 21 0 0.73 0.88 0.31 10.52 0.79 0.38
Hex AF 30 15 0 49 58 1F B 4F 26
Octal 257 60 25 0 111 130 37 13 117 46
Binary 10101111 110000 10101 0 1001001 1011000 11111 1011 1001111 100110

Color Harmonies of #AF3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3015

Black with #AF3015

Text Example


Text Example

White with #AF3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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