Html Css Color HEX #2E1316 Rustic Red

📋 copy color: '#2E1316'

red 46 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #2E1316

Tints of Rustic Red #2E1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.84%

 BLUE value IS 22 (8.98% from 255) = 25.29%

R = 52.87%
G = 21.84%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.82

RGB Variations

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

Color information

#2E1316 (or 0x2E1316) is known color: Rustic Red. HEX triplet: 2E, 13 and 16. RGB value is (46,19,22). Sum of RGB (Red+Green+Blue) = 46+19+22=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1316 is #D1ECE9. Grayscale: #1B1B1B. Windows color (decimal): -13757674 or 1446702. OLE color: 1446702.

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

Color convert

RGB 46 19 22 -
CMYK 0 0.59 0.52 0.82
HSL 353.33º 0.42% 0.13% -
HSV(B) 353.33º 0.59% 0.18% -
XYZ 1.5 1.1 0.89 -
YUV 27.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 46 19 22 0 0.59 0.52 0.82 353.33 0.42 0.13
Hex 2E 13 16 0 3B 34 52 161 2A D
Octal 56 23 26 0 73 64 122 541 52 15
Binary 101110 10011 10110 0 111011 110100 1010010 101100001 101010 1101

Color Harmonies of #2E1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1316

Black with #2E1316

Text Example


Text Example

White with #2E1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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