Html Css Color HEX #170C0E Rustic Red

📋 copy color: '#170C0E'

red 23 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #170C0E

Tints of Rustic Red #170C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 28.57%

R = 46.94%
G = 24.49%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.91

RGB Variations

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

Color information

#170C0E (or 0x170C0E) is known color: Rustic Red. HEX triplet: 17, 0C and 0E. RGB value is (23,12,14). Sum of RGB (Red+Green+Blue) = 23+12+14=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C0E is #E8F3F1. Grayscale: #0F0F0F. Windows color (decimal): -15266802 or 920599. OLE color: 920599.

HSL color Cylindrical-coordinate representation of color #170C0E: hue angle of 349.09º 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 #170C0E is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 12 14 -
CMYK 0 0.48 0.39 0.91
HSL 349.09º 0.31% 0.07% -
HSV(B) 349.09º 0.48% 0.09% -
XYZ 0.56 0.48 0.48 -
YUV 15.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 23 12 14 0 0.48 0.39 0.91 349.09 0.31 0.07
Hex 17 C E 0 30 27 5B 15D 1F 7
Octal 27 14 16 0 60 47 133 535 37 7
Binary 10111 1100 1110 0 110000 100111 1011011 101011101 11111 111

Color Harmonies of #170C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C0E

Black with #170C0E

Text Example


Text Example

White with #170C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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