Html Css Color HEX #AF3C11 Rust

📋 copy color: '#AF3C11'

red 175 ◦ green 60 ◦ blue 17

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

Shades of Rust #AF3C11

Tints of Rust #AF3C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

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

R = 69.44%
G = 23.81%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3C11 (or 0xAF3C11) is known color: Rust. HEX triplet: AF, 3C and 11. RGB value is (175,60,17). Sum of RGB (Red+Green+Blue) = 175+60+17=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C11 is #50C3EE. Grayscale: #595959. Windows color (decimal): -5293039 or 1129647. OLE color: 1129647.

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

Color convert

RGB 175 60 17 -
CMYK 0 0.66 0.90 0.31
HSL 16.33º 0.82% 0.38% -
HSV(B) 16.33º 0.9% 0.69% -
XYZ 19.4 12.39 1.9 -
YUV 89.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 175 60 17 0 0.66 0.90 0.31 16.33 0.82 0.38
Hex AF 3C 11 0 42 5A 1F 10 52 26
Octal 257 74 21 0 102 132 37 20 122 46
Binary 10101111 111100 10001 0 1000010 1011010 11111 10000 1010010 100110

Color Harmonies of #AF3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C11

Black with #AF3C11

Text Example


Text Example

White with #AF3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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