#17040D

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

Shades of Rustic Red #17040D

Tints of Rustic Red #17040D

Color information

#17040D (or 0x17040D) is unknown color: approx Rustic Red. HEX triplet: 17, 04 and 0D. RGB value is (23,4,13). Sum of RGB (Red+Green+Blue) = 23+4+13=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17040D is #E8FBF2. Grayscale: #0A0A0A. Windows color (decimal): -15268851 or 853015. OLE color: 853015.

HSL color Cylindrical-coordinate representation of color #17040D: hue angle of 331.58º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17040D is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB23413-
CMYK00.830.430.91
HSL331.58º70.37%5.29%-
HSV(B)331.58º82.61%9.02%-
XYZ0.470.30.41-
YUV10.71129.29136.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 57.5%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=57.5%
G=10%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2341300.830.430.91331.5870.375.29
Hex174D0532B5B14c465
Octal274150123531335141065
Binary1011110011010101001110101110110111010011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17040D; }

 p { color: rgb(23,4,13); }

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

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

 a { background-color: rgb(23,4,13); }

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

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

 span { border-color: rgb(23,4,13); }

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