#17070D

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

Shades of Rustic Red #17070D

Tints of Rustic Red #17070D

Color information

#17070D (or 0x17070D) is unknown color: approx Rustic Red. HEX triplet: 17, 07 and 0D. RGB value is (23,7,13). Sum of RGB (Red+Green+Blue) = 23+7+13=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #17070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17070D is #E8F8F2. Grayscale: #0C0C0C. Windows color (decimal): -15268083 or 853783. OLE color: 853783.

HSL color Cylindrical-coordinate representation of color #17070D: hue angle of 337.5º 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 #17070D is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB23713-
CMYK00.700.430.91
HSL337.5º53.33%5.88%-
HSV(B)337.5º69.57%9.02%-
XYZ0.50.360.42-
YUV12.47128.3135.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 53.49%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=53.49%
G=16.28%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2371300.700.430.91337.553.335.88
Hex177D0462B5B152356
Octal27715010653133522656
Binary101111111101010001101010111011011101010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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