Html Css Color HEX #170C11 Rustic Red

📋 copy color: '#170C11'

red 23 ◦ green 12 ◦ blue 17

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

Shades of Rustic Red #170C11

Tints of Rustic Red #170C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.08%

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

R = 44.23%
G = 23.08%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#170C11 (or 0x170C11) is known color: Rustic Red. HEX triplet: 17, 0C and 11. RGB value is (23,12,17). Sum of RGB (Red+Green+Blue) = 23+12+17=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 23 - color contains mainly: red. Hex color #170C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C11 is #E8F3EE. Grayscale: #0F0F0F. Windows color (decimal): -15266799 or 1117207. OLE color: 1117207.

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

Color convert

RGB 23 12 17 -
CMYK 0 0.48 0.26 0.91
HSL 332.73º 0.31% 0.07% -
HSV(B) 332.73º 0.48% 0.09% -
XYZ 0.59 0.49 0.59 -
YUV 15.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 23 12 17 0 0.48 0.26 0.91 332.73 0.31 0.07
Hex 17 C 11 0 30 1A 5B 14D 1F 7
Octal 27 14 21 0 60 32 133 515 37 7
Binary 10111 1100 10001 0 110000 11010 1011011 101001101 11111 111

Color Harmonies of #170C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C11

Black with #170C11

Text Example


Text Example

White with #170C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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