#17010C

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

Shades of Rustic Red #17010C

Tints of Rustic Red #17010C

Color information

#17010C (or 0x17010C) is unknown color: approx Rustic Red. HEX triplet: 17, 01 and 0C. RGB value is (23,1,12). Sum of RGB (Red+Green+Blue) = 23+1+12=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #17010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17010C is #E8FEF3. Grayscale: #080808. Windows color (decimal): -15269620 or 786711. OLE color: 786711.

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

Color convert

RGB23112-
CMYK00.960.480.91
HSL330º91.67%4.71%-
HSV(B)330º95.65%9.02%-
XYZ0.430.230.37-
YUV8.83129.79138.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 63.89%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 12 (5.08% from 255) = 33.33%
R=63.89%
G=2.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311200.960.480.9133091.674.71
Hex171C060305B14a5c5
Octal271140140601335121345
Binary10111111000110000011000010110111010010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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