Html Css Color HEX #2E0E13 Rustic Red

📋 copy color: '#2E0E13'

red 46 ◦ green 14 ◦ blue 19

#2E0E13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #2E0E13

Tints of Rustic Red #2E0E13

RGB

 RED value IS 46 (18.36% from 255) = 58.23%

 GREEN value IS 14 (5.86% from 255) = 17.72%

 BLUE value IS 19 (7.81% from 255) = 24.05%

R = 58.23%
G = 17.72%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#2E0E13 (or 0x2E0E13) is known color: Rustic Red. HEX triplet: 2E, 0E and 13. RGB value is (46,14,19). Sum of RGB (Red+Green+Blue) = 46+14+19=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0E13 is #D1F1EC. Grayscale: #181818. Windows color (decimal): -13758957 or 1248814. OLE color: 1248814.

HSL color Cylindrical-coordinate representation of color #2E0E13: hue angle of 350.62º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E0E13 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 14 19 -
CMYK 0 0.70 0.59 0.82
HSL 350.63º 0.53% 0.12% -
HSV(B) 350.63º 0.7% 0.18% -
XYZ 1.4 0.94 0.72 -
YUV 24.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 46 14 19 0 0.70 0.59 0.82 350.63 0.53 0.12
Hex 2E E 13 0 46 3B 52 15F 35 C
Octal 56 16 23 0 106 73 122 537 65 14
Binary 101110 1110 10011 0 1000110 111011 1010010 101011111 110101 1100

Color Harmonies of #2E0E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0E13

Black with #2E0E13

Text Example


Text Example

White with #2E0E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E0E13;
 }
 .AnyTagClassName
 {
   color: #2E0E13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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