Html Css Color HEX #AF4A10 Rust

📋 copy color: '#AF4A10'

red 175 ◦ green 74 ◦ blue 16

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

Shades of Rust #AF4A10

Tints of Rust #AF4A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 66.04%
G = 27.92%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF4A10 (or 0xAF4A10) is known color: Rust. HEX triplet: AF, 4A and 10. RGB value is (175,74,16). Sum of RGB (Red+Green+Blue) = 175+74+16=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A10 is #50B5EF. Grayscale: #616161. Windows color (decimal): -5289456 or 1067695. OLE color: 1067695.

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

Color convert

RGB 175 74 16 -
CMYK 0 0.58 0.91 0.31
HSL 21.89º 0.83% 0.37% -
HSV(B) 21.89º 0.91% 0.69% -
XYZ 20.22 14.05 2.14 -
YUV 97.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 175 74 16 0 0.58 0.91 0.31 21.89 0.83 0.37
Hex AF 4A 10 0 3A 5B 1F 16 53 25
Octal 257 112 20 0 72 133 37 26 123 45
Binary 10101111 1001010 10000 0 111010 1011011 11111 10110 1010011 100101

Color Harmonies of #AF4A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A10

Black with #AF4A10

Text Example


Text Example

White with #AF4A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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