Html Css Color HEX #AF4F05 Rust

📋 copy color: '#AF4F05'

red 175 ◦ green 79 ◦ blue 5

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

Shades of Rust #AF4F05

Tints of Rust #AF4F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

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

R = 67.57%
G = 30.5%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4F05 (or 0xAF4F05) is known color: Rust. HEX triplet: AF, 4F and 05. RGB value is (175,79,5). Sum of RGB (Red+Green+Blue) = 175+79+5=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F05 is #50B0FA. Grayscale: #636363. Windows color (decimal): -5288187 or 348079. OLE color: 348079.

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

Color convert

RGB 175 79 5 -
CMYK 0 0.55 0.97 0.31
HSL 26.12º 0.94% 0.35% -
HSV(B) 26.12º 0.97% 0.69% -
XYZ 20.5 14.72 1.9 -
YUV 99.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 175 79 5 0 0.55 0.97 0.31 26.12 0.94 0.35
Hex AF 4F 5 0 37 61 1F 1A 5E 23
Octal 257 117 5 0 67 141 37 32 136 43
Binary 10101111 1001111 101 0 110111 1100001 11111 11010 1011110 100011

Color Harmonies of #AF4F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F05

Black with #AF4F05

Text Example


Text Example

White with #AF4F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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