Html Css Color HEX #AF4015 Rust

📋 copy color: '#AF4015'

red 175 ◦ green 64 ◦ blue 21

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

Shades of Rust #AF4015

Tints of Rust #AF4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 67.31%
G = 24.62%
B = 8.08%

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

#AF4015 (or 0xAF4015) is known color: Rust. HEX triplet: AF, 40 and 15. RGB value is (175,64,21). Sum of RGB (Red+Green+Blue) = 175+64+21=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4015 is #50BFEA. Grayscale: #5C5C5C. Windows color (decimal): -5292011 or 1392815. OLE color: 1392815.

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

Color convert

RGB 175 64 21 -
CMYK 0 0.63 0.88 0.31
HSL 16.75º 0.79% 0.38% -
HSV(B) 16.75º 0.88% 0.69% -
XYZ 19.65 12.83 2.15 -
YUV 92.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 175 64 21 0 0.63 0.88 0.31 16.75 0.79 0.38
Hex AF 40 15 0 3F 58 1F 11 4F 26
Octal 257 100 25 0 77 130 37 21 117 46
Binary 10101111 1000000 10101 0 111111 1011000 11111 10001 1001111 100110

Color Harmonies of #AF4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4015

Black with #AF4015

Text Example


Text Example

White with #AF4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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