#17000C

Color #17000C Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #17000C

Tints of Rustic Red #17000C

Color information

#17000C (or 0x17000C) is unknown color: approx Rustic Red. HEX triplet: 17, 00 and 0C. RGB value is (23,0,12). Sum of RGB (Red+Green+Blue) = 23+0+12=35 (4% of max value = 765). Red value is 23 (9.38% from 255 or 65.71% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 23 - color contains mainly: red. Hex color #17000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000C is #E8FFF3. Grayscale: #080808. Windows color (decimal): -15269876 or 786455. OLE color: 786455.

HSL color Cylindrical-coordinate representation of color #17000C: hue angle of 328.7º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17000C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB23012-
CMYK010.480.91
HSL328.7º100%4.51%-
HSV(B)328.7º100%9.02%-
XYZ0.420.210.37-
YUV8.24130.12138.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 65.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=65.71%
G=0%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23012010.480.91328.71004.51
Hex170C064305B149645
Octal270140144601335111445
Binary10111011000110010011000010110111010010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17000C; }

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

 H1.HeaderClassName
 {
   color: #17000C;
 }
 .AnyTagClassName
 {
   color: #17000C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #17000C;
 }
 .BgClassName
 {
   background-color: #17000C;
 }
</style>
border-color css

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

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

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