#170A0C

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

Shades of Rustic Red #170A0C

Tints of Rustic Red #170A0C

Color information

#170A0C (or 0x170A0C) is unknown color: approx Rustic Red. HEX triplet: 17, 0A and 0C. RGB value is (23,10,12). Sum of RGB (Red+Green+Blue) = 23+10+12=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #170A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A0C is #E8F5F3. Grayscale: #0E0E0E. Windows color (decimal): -15267316 or 789015. OLE color: 789015.

HSL color Cylindrical-coordinate representation of color #170A0C: hue angle of 350.77º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #170A0C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB231012-
CMYK00.570.480.91
HSL350.77º39.39%6.47%-
HSV(B)350.77º56.52%9.02%-
XYZ0.530.430.4-
YUV14.12126.81134.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 51.11%
GREEN value IS 10 (4.30% from 255) = 22.22%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=51.11%
G=22.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23101200.570.480.91350.7739.396.47
Hex17AC039305B15f276
Octal27121407160133537476
Binary101111010110001110011100001011011101011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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