Html Css Color HEX #AF3211 Rust

📋 copy color: '#AF3211'

red 175 ◦ green 50 ◦ blue 17

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

Shades of Rust #AF3211

Tints of Rust #AF3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 72.31%
G = 20.66%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3211 (or 0xAF3211) is known color: Rust. HEX triplet: AF, 32 and 11. RGB value is (175,50,17). Sum of RGB (Red+Green+Blue) = 175+50+17=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3211 is #50CDEE. Grayscale: #535353. Windows color (decimal): -5295599 or 1127087. OLE color: 1127087.

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

Color convert

RGB 175 50 17 -
CMYK 0 0.71 0.90 0.31
HSL 12.53º 0.82% 0.38% -
HSV(B) 12.53º 0.9% 0.69% -
XYZ 18.92 11.44 1.74 -
YUV 83.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 175 50 17 0 0.71 0.90 0.31 12.53 0.82 0.38
Hex AF 32 11 0 47 5A 1F D 52 26
Octal 257 62 21 0 107 132 37 15 122 46
Binary 10101111 110010 10001 0 1000111 1011010 11111 1101 1010010 100110

Color Harmonies of #AF3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3211

Black with #AF3211

Text Example


Text Example

White with #AF3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3211; }

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

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

background-color css

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

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

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

border-color css

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

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

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