Html Css Color HEX #AF4C10 Rust

📋 copy color: '#AF4C10'

red 175 ◦ green 76 ◦ blue 16

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

Shades of Rust #AF4C10

Tints of Rust #AF4C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 65.54%
G = 28.46%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF4C10 (or 0xAF4C10) is known color: Rust. HEX triplet: AF, 4C and 10. RGB value is (175,76,16). Sum of RGB (Red+Green+Blue) = 175+76+16=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C10 is #50B3EF. Grayscale: #636363. Windows color (decimal): -5288944 or 1068207. OLE color: 1068207.

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

Color convert

RGB 175 76 16 -
CMYK 0 0.57 0.91 0.31
HSL 22.64º 0.83% 0.37% -
HSV(B) 22.64º 0.91% 0.69% -
XYZ 20.36 14.32 2.18 -
YUV 98.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 175 76 16 0 0.57 0.91 0.31 22.64 0.83 0.37
Hex AF 4C 10 0 39 5B 1F 17 53 25
Octal 257 114 20 0 71 133 37 27 123 45
Binary 10101111 1001100 10000 0 111001 1011011 11111 10111 1010011 100101

Color Harmonies of #AF4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C10

Black with #AF4C10

Text Example


Text Example

White with #AF4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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