#17000A

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

Shades of Rustic Red #17000A

Tints of Rustic Red #17000A

Color information

#17000A (or 0x17000A) is unknown color: approx Rustic Red. HEX triplet: 17, 00 and 0A. RGB value is (23,0,10). Sum of RGB (Red+Green+Blue) = 23+0+10=33 (4% of max value = 765). Red value is 23 (9.38% from 255 or 69.70% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 23 - color contains mainly: red. Hex color #17000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000A is #E8FFF5. Grayscale: #080808. Windows color (decimal): -15269878 or 655383. OLE color: 655383.

HSL color Cylindrical-coordinate representation of color #17000A: hue angle of 333.91º 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 #17000A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB23010-
CMYK010.570.91
HSL333.91º100%4.51%-
HSV(B)333.91º100%9.02%-
XYZ0.410.20.31-
YUV8.02129.12138.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 69.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 30.30%
R=69.70%
G=0%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23010010.570.91333.911004.51
Hex170A064395B14e645
Octal270120144711335161445
Binary10111010100110010011100110110111010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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