Html Css Color HEX #170D11 Rustic Red

📋 copy color: '#170D11'

red 23 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #170D11

Tints of Rustic Red #170D11

RGB

 RED value IS 23 (9.38% from 255) = 43.4%

 GREEN value IS 13 (5.47% from 255) = 24.53%

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

R = 43.4%
G = 24.53%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#170D11 (or 0x170D11) is known color: Rustic Red. HEX triplet: 17, 0D and 11. RGB value is (23,13,17). Sum of RGB (Red+Green+Blue) = 23+13+17=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #170D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D11 is #E8F2EE. Grayscale: #101010. Windows color (decimal): -15266543 or 1117463. OLE color: 1117463.

HSL color Cylindrical-coordinate representation of color #170D11: hue angle of 336º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #170D11 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 13 17 -
CMYK 0 0.43 0.26 0.91
HSL 336º 0.28% 0.07% -
HSV(B) 336º 0.43% 0.09% -
XYZ 0.6 0.51 0.6 -
YUV 16.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 23 13 17 0 0.43 0.26 0.91 336 0.28 0.07
Hex 17 D 11 0 2B 1A 5B 150 1C 7
Octal 27 15 21 0 53 32 133 520 34 7
Binary 10111 1101 10001 0 101011 11010 1011011 101010000 11100 111

Color Harmonies of #170D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170D11

Black with #170D11

Text Example


Text Example

White with #170D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170D11; }

 p { color: rgb(23,13,17); }

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

background-color css

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

 a { background-color: rgb(23,13,17); }

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

border-color css

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

 span { border-color: rgb(23,13,17); }

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