#17000B

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

Shades of Rustic Red #17000B

Tints of Rustic Red #17000B

Color information

#17000B (or 0x17000B) is unknown color: approx Rustic Red. HEX triplet: 17, 00 and 0B. RGB value is (23,0,11). Sum of RGB (Red+Green+Blue) = 23+0+11=34 (4% of max value = 765). Red value is 23 (9.38% from 255 or 67.65% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 23 - color contains mainly: red. Hex color #17000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17000B is #E8FFF4. Grayscale: #080808. Windows color (decimal): -15269877 or 720919. OLE color: 720919.

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

Color convert

RGB23011-
CMYK010.520.91
HSL331.3º100%4.51%-
HSV(B)331.3º100%9.02%-
XYZ0.410.210.33-
YUV8.13129.62138.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 67.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 32.35%
R=67.65%
G=0%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23011010.520.91331.31004.51
Hex170B064345B14b645
Octal270130144641335131445
Binary10111010110110010011010010110111010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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