Html Css Color HEX #AF4110 Rust

📋 copy color: '#AF4110'

red 175 ◦ green 65 ◦ blue 16

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

Shades of Rust #AF4110

Tints of Rust #AF4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 68.36%
G = 25.39%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF4110 (or 0xAF4110) is known color: Rust. HEX triplet: AF, 41 and 10. RGB value is (175,65,16). Sum of RGB (Red+Green+Blue) = 175+65+16=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4110 is #50BEEF. Grayscale: #5C5C5C. Windows color (decimal): -5291760 or 1065391. OLE color: 1065391.

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

Color convert

RGB 175 65 16 -
CMYK 0 0.63 0.91 0.31
HSL 18.49º 0.83% 0.37% -
HSV(B) 18.49º 0.91% 0.69% -
XYZ 19.66 12.93 1.95 -
YUV 92.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 175 65 16 0 0.63 0.91 0.31 18.49 0.83 0.37
Hex AF 41 10 0 3F 5B 1F 12 53 25
Octal 257 101 20 0 77 133 37 22 123 45
Binary 10101111 1000001 10000 0 111111 1011011 11111 10010 1010011 100101

Color Harmonies of #AF4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4110

Black with #AF4110

Text Example


Text Example

White with #AF4110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4110; }

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

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

background-color css

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

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

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

border-color css

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

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

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