Html Css Color HEX #170E12 Rustic Red

📋 copy color: '#170E12'

red 23 ◦ green 14 ◦ blue 18

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

Shades of Rustic Red #170E12

Tints of Rustic Red #170E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.45%

 BLUE value IS 18 (7.42% from 255) = 32.73%

R = 41.82%
G = 25.45%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#170E12 (or 0x170E12) is known color: Rustic Red. HEX triplet: 17, 0E and 12. RGB value is (23,14,18). Sum of RGB (Red+Green+Blue) = 23+14+18=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #170E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E12 is #E8F1ED. Grayscale: #111111. Windows color (decimal): -15266286 or 1183255. OLE color: 1183255.

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

Color convert

RGB 23 14 18 -
CMYK 0 0.39 0.22 0.91
HSL 333.33º 0.24% 0.07% -
HSV(B) 333.33º 0.39% 0.09% -
XYZ 0.62 0.54 0.64 -
YUV 17.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 23 14 18 0 0.39 0.22 0.91 333.33 0.24 0.07
Hex 17 E 12 0 27 16 5B 14D 18 7
Octal 27 16 22 0 47 26 133 515 30 7
Binary 10111 1110 10010 0 100111 10110 1011011 101001101 11000 111

Color Harmonies of #170E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170E12

Black with #170E12

Text Example


Text Example

White with #170E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,14,18); }

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

background-color css

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

 a { background-color: rgb(23,14,18); }

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

border-color css

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

 span { border-color: rgb(23,14,18); }

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