#17030B

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

Shades of Rustic Red #17030B

Tints of Rustic Red #17030B

Color information

#17030B (or 0x17030B) is unknown color: approx Rustic Red. HEX triplet: 17, 03 and 0B. RGB value is (23,3,11). Sum of RGB (Red+Green+Blue) = 23+3+11=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #17030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17030B is #E8FCF4. Grayscale: #090909. Windows color (decimal): -15269109 or 721687. OLE color: 721687.

HSL color Cylindrical-coordinate representation of color #17030B: hue angle of 336º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17030B is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB23311-
CMYK00.870.520.91
HSL336º76.92%5.1%-
HSV(B)336º86.96%9.02%-
XYZ0.450.270.35-
YUV9.89128.63137.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 62.16%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 11 (4.69% from 255) = 29.73%
R=62.16%
G=8.11%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2331100.870.520.9133676.925.1
Hex173B057345B1504d5
Octal273130127641335201155
Binary101111110110101011111010010110111010100001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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