Html Css Color HEX #AF4604 Rust

📋 copy color: '#AF4604'

red 175 ◦ green 70 ◦ blue 4

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

Shades of Rust #AF4604

Tints of Rust #AF4604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 70.28%
G = 28.11%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4604 (or 0xAF4604) is known color: Rust. HEX triplet: AF, 46 and 04. RGB value is (175,70,4). Sum of RGB (Red+Green+Blue) = 175+70+4=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4604 is #50B9FB. Grayscale: #5E5E5E. Windows color (decimal): -5290492 or 280239. OLE color: 280239.

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

Color convert

RGB 175 70 4 -
CMYK 0 0.60 0.98 0.31
HSL 23.16º 0.96% 0.35% -
HSV(B) 23.16º 0.98% 0.69% -
XYZ 19.89 13.5 1.67 -
YUV 93.87 77.29 185.87 -
System Red Green Blue C M Y K H S L
Decimal 175 70 4 0 0.60 0.98 0.31 23.16 0.96 0.35
Hex AF 46 4 0 3C 62 1F 17 60 23
Octal 257 106 4 0 74 142 37 27 140 43
Binary 10101111 1000110 100 0 111100 1100010 11111 10111 1100000 100011

Color Harmonies of #AF4604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4604

Black with #AF4604

Text Example


Text Example

White with #AF4604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4604; }

 p { color: rgb(175,70,4); }

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

background-color css

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

 a { background-color: rgb(175,70,4); }

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

border-color css

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

 span { border-color: rgb(175,70,4); }

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