Html Css Color HEX #AF4A11 Rust

📋 copy color: '#AF4A11'

red 175 ◦ green 74 ◦ blue 17

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

Shades of Rust #AF4A11

Tints of Rust #AF4A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 65.79%
G = 27.82%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF4A11 (or 0xAF4A11) is known color: Rust. HEX triplet: AF, 4A and 11. RGB value is (175,74,17). Sum of RGB (Red+Green+Blue) = 175+74+17=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A11 is #50B5EE. Grayscale: #626262. Windows color (decimal): -5289455 or 1133231. OLE color: 1133231.

HSL color Cylindrical-coordinate representation of color #AF4A11: hue angle of 21.65º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4A11 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 74 17 -
CMYK 0 0.58 0.90 0.31
HSL 21.65º 0.82% 0.38% -
HSV(B) 21.65º 0.9% 0.69% -
XYZ 20.23 14.05 2.18 -
YUV 97.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 175 74 17 0 0.58 0.90 0.31 21.65 0.82 0.38
Hex AF 4A 11 0 3A 5A 1F 16 52 26
Octal 257 112 21 0 72 132 37 26 122 46
Binary 10101111 1001010 10001 0 111010 1011010 11111 10110 1010010 100110

Color Harmonies of #AF4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A11

Black with #AF4A11

Text Example


Text Example

White with #AF4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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