Html Css Color HEX #AF4515 Rust

📋 copy color: '#AF4515'

red 175 ◦ green 69 ◦ blue 21

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

Shades of Rust #AF4515

Tints of Rust #AF4515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 66.04%
G = 26.04%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF4515 (or 0xAF4515) is known color: Rust. HEX triplet: AF, 45 and 15. RGB value is (175,69,21). Sum of RGB (Red+Green+Blue) = 175+69+21=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4515 is #50BAEA. Grayscale: #5F5F5F. Windows color (decimal): -5290731 or 1394095. OLE color: 1394095.

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

Color convert

RGB 175 69 21 -
CMYK 0 0.61 0.88 0.31
HSL 18.7º 0.79% 0.38% -
HSV(B) 18.7º 0.88% 0.69% -
XYZ 19.94 13.42 2.25 -
YUV 95.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 175 69 21 0 0.61 0.88 0.31 18.7 0.79 0.38
Hex AF 45 15 0 3D 58 1F 13 4F 26
Octal 257 105 25 0 75 130 37 23 117 46
Binary 10101111 1000101 10101 0 111101 1011000 11111 10011 1001111 100110

Color Harmonies of #AF4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4515

Black with #AF4515

Text Example


Text Example

White with #AF4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4515; }

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

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

background-color css

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

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

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

border-color css

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

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

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