#170308

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

Shades of Rustic Red #170308

Tints of Rustic Red #170308

Color information

#170308 (or 0x170308) is unknown color: approx Rustic Red. HEX triplet: 17, 03 and 08. RGB value is (23,3,8). Sum of RGB (Red+Green+Blue) = 23+3+8=34 (4% of max value = 765). Red value is 23 (9.38% from 255 or 67.65% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 23 - color contains mainly: red. Hex color #170308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170308 is #E8FCF7. Grayscale: #090909. Windows color (decimal): -15269112 or 525079. OLE color: 525079.

HSL color Cylindrical-coordinate representation of color #170308: hue angle of 345º 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 #170308 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.91.

Color convert

RGB2338-
CMYK00.870.650.91
HSL345º76.92%5.1%-
HSV(B)345º86.96%9.02%-
XYZ0.430.260.26-
YUV9.55127.13137.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 67.65%
GREEN value IS 3 (1.56% from 255) = 8.82%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=67.65%
G=8.82%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal233800.870.650.9134576.925.1
Hex1738057415B1594d5
Octal2731001271011335311155
Binary1011111100001010111100000110110111010110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170308; }

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

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

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

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

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

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

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

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