#2E1213

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

Shades of Rustic Red #2E1213

Tints of Rustic Red #2E1213

Color information

#2E1213 (or 0x2E1213) is unknown color: approx Rustic Red. HEX triplet: 2E, 12 and 13. RGB value is (46,18,19). Sum of RGB (Red+Green+Blue) = 46+18+19=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1213 is #D1EDEC. Grayscale: #1A1A1A. Windows color (decimal): -13757933 or 1249838. OLE color: 1249838.

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

Color convert

RGB461819-
CMYK00.610.590.82
HSL357.86º43.75%12.55%-
HSV(B)357.86º60.87%18.04%-
XYZ1.461.060.74-
YUV26.49123.78141.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 55.42%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=55.42%
G=21.69%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46181900.610.590.82357.8643.7512.55
Hex2E121303D3B521662cd
Octal562223075731225465415
Binary1011101001010011011110111101110100101011001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,18,19); }

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

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

 a { background-color: rgb(46,18,19); }

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

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

 span { border-color: rgb(46,18,19); }

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