Html Css Color HEX #AF4005 Rust

📋 copy color: '#AF4005'

red 175 ◦ green 64 ◦ blue 5

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

Shades of Rust #AF4005

Tints of Rust #AF4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 71.72%
G = 26.23%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4005 (or 0xAF4005) is known color: Rust. HEX triplet: AF, 40 and 05. RGB value is (175,64,5). Sum of RGB (Red+Green+Blue) = 175+64+5=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4005 is #50BFFA. Grayscale: #5A5A5A. Windows color (decimal): -5292027 or 344239. OLE color: 344239.

HSL color Cylindrical-coordinate representation of color #AF4005: hue angle of 20.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF4005 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 5 -
CMYK 0 0.63 0.97 0.31
HSL 20.82º 0.94% 0.35% -
HSV(B) 20.82º 0.97% 0.69% -
XYZ 19.54 12.79 1.58 -
YUV 90.46 79.77 188.3 -
System Red Green Blue C M Y K H S L
Decimal 175 64 5 0 0.63 0.97 0.31 20.82 0.94 0.35
Hex AF 40 5 0 3F 61 1F 15 5E 23
Octal 257 100 5 0 77 141 37 25 136 43
Binary 10101111 1000000 101 0 111111 1100001 11111 10101 1011110 100011

Color Harmonies of #AF4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4005

Black with #AF4005

Text Example


Text Example

White with #AF4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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