Html Css Color HEX #AF4915 Rust

📋 copy color: '#AF4915'

red 175 ◦ green 73 ◦ blue 21

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

Shades of Rust #AF4915

Tints of Rust #AF4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.14%

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

R = 65.06%
G = 27.14%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF4915 (or 0xAF4915) is known color: Rust. HEX triplet: AF, 49 and 15. RGB value is (175,73,21). Sum of RGB (Red+Green+Blue) = 175+73+21=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4915 is #50B6EA. Grayscale: #616161. Windows color (decimal): -5289707 or 1395119. OLE color: 1395119.

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

Color convert

RGB 175 73 21 -
CMYK 0 0.58 0.88 0.31
HSL 20.26º 0.79% 0.38% -
HSV(B) 20.26º 0.88% 0.69% -
XYZ 20.2 13.93 2.33 -
YUV 97.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 175 73 21 0 0.58 0.88 0.31 20.26 0.79 0.38
Hex AF 49 15 0 3A 58 1F 14 4F 26
Octal 257 111 25 0 72 130 37 24 117 46
Binary 10101111 1001001 10101 0 111010 1011000 11111 10100 1001111 100110

Color Harmonies of #AF4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4915

Black with #AF4915

Text Example


Text Example

White with #AF4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4915; }

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

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

background-color css

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

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

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

border-color css

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

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

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