#2D171C

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

Shades of Rustic Red #2D171C

Tints of Rustic Red #2D171C

Color information

#2D171C (or 0x2D171C) is unknown color: approx Rustic Red. HEX triplet: 2D, 17 and 1C. RGB value is (45,23,28). Sum of RGB (Red+Green+Blue) = 45+23+28=96 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.88% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 45 - color contains mainly: red. Hex color #2D171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D171C is #D2E8E3. Grayscale: #1E1E1E. Windows color (decimal): -13822180 or 1840941. OLE color: 1840941.

HSL color Cylindrical-coordinate representation of color #2D171C: hue angle of 346.36º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D171C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB452328-
CMYK00.490.380.82
HSL346.36º32.35%13.33%-
HSV(B)346.36º48.89%17.65%-
XYZ1.61.251.26-
YUV30.15126.79138.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 46.88%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=46.88%
G=23.96%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45232800.490.380.82346.3632.3513.33
Hex2D171C031265215a20d
Octal552734061461225324015
Binary1011011011111100011000110011010100101010110101000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D171C; }

 p { color: rgb(45,23,28); }

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

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

 a { background-color: rgb(45,23,28); }

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

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

 span { border-color: rgb(45,23,28); }

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