Html Css Color HEX #AF4F10 Rust

📋 copy color: '#AF4F10'

red 175 ◦ green 79 ◦ blue 16

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

Shades of Rust #AF4F10

Tints of Rust #AF4F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 64.81%
G = 29.26%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF4F10 (or 0xAF4F10) is known color: Rust. HEX triplet: AF, 4F and 10. RGB value is (175,79,16). Sum of RGB (Red+Green+Blue) = 175+79+16=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F10 is #50B0EF. Grayscale: #646464. Windows color (decimal): -5288176 or 1068975. OLE color: 1068975.

HSL color Cylindrical-coordinate representation of color #AF4F10: hue angle of 23.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF4F10 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 79 16 -
CMYK 0 0.55 0.91 0.31
HSL 23.77º 0.83% 0.37% -
HSV(B) 23.77º 0.91% 0.69% -
XYZ 20.57 14.74 2.25 -
YUV 100.52 80.3 181.12 -
System Red Green Blue C M Y K H S L
Decimal 175 79 16 0 0.55 0.91 0.31 23.77 0.83 0.37
Hex AF 4F 10 0 37 5B 1F 18 53 25
Octal 257 117 20 0 67 133 37 30 123 45
Binary 10101111 1001111 10000 0 110111 1011011 11111 11000 1010011 100101

Color Harmonies of #AF4F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F10

Black with #AF4F10

Text Example


Text Example

White with #AF4F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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