#17070C

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

Shades of Rustic Red #17070C

Tints of Rustic Red #17070C

Color information

#17070C (or 0x17070C) is unknown color: approx Rustic Red. HEX triplet: 17, 07 and 0C. RGB value is (23,7,12). Sum of RGB (Red+Green+Blue) = 23+7+12=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #17070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17070C is #E8F8F3. Grayscale: #0C0C0C. Windows color (decimal): -15268084 or 788247. OLE color: 788247.

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

Color convert

RGB23712-
CMYK00.700.480.91
HSL341.25º53.33%5.88%-
HSV(B)341.25º69.57%9.02%-
XYZ0.50.360.39-
YUV12.35127.8135.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 54.76%
GREEN value IS 7 (3.12% from 255) = 16.67%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=54.76%
G=16.67%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2371200.700.480.91341.2553.335.88
Hex177C046305B155356
Octal27714010660133525656
Binary101111111100010001101100001011011101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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