#2E1417

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

Shades of Rustic Red #2E1417

Tints of Rustic Red #2E1417

Color information

#2E1417 (or 0x2E1417) is unknown color: approx Rustic Red. HEX triplet: 2E, 14 and 17. RGB value is (46,20,23). Sum of RGB (Red+Green+Blue) = 46+20+23=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1417 is #D1EBE8. Grayscale: #1C1C1C. Windows color (decimal): -13757417 or 1512494. OLE color: 1512494.

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

Color convert

RGB462023-
CMYK00.570.500.82
HSL353.08º39.39%12.94%-
HSV(B)353.08º56.52%18.04%-
XYZ1.531.140.95-
YUV28.12125.11140.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.69%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=51.69%
G=22.47%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46202300.570.500.82353.0839.3912.94
Hex2E1417039325216127d
Octal562427071621225414715
Binary1011101010010111011100111001010100101011000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,20,23); }

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

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

 a { background-color: rgb(46,20,23); }

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

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

 span { border-color: rgb(46,20,23); }

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