Html Css Color HEX #2E050C Rustic Red

📋 copy color: '#2E050C'

red 46 ◦ green 5 ◦ blue 12

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

Shades of Rustic Red #2E050C

Tints of Rustic Red #2E050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.94%

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 73.02%
G = 7.94%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.82

RGB Variations

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

Color information

#2E050C (or 0x2E050C) is known color: Rustic Red. HEX triplet: 2E, 05 and 0C. RGB value is (46,5,12). Sum of RGB (Red+Green+Blue) = 46+5+12=63 (8% of max value = 765). Red value is 46 (18.36% from 255 or 73.02% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 46 - color contains mainly: red. Hex color #2E050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E050C is #D1FAF3. Grayscale: #121212. Windows color (decimal): -13761268 or 787758. OLE color: 787758.

HSL color Cylindrical-coordinate representation of color #2E050C: hue angle of 349.76º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E050C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 5 12 -
CMYK 0 0.89 0.74 0.82
HSL 349.76º 0.8% 0.1% -
HSV(B) 349.76º 0.89% 0.18% -
XYZ 1.25 0.72 0.42 -
YUV 18.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 46 5 12 0 0.89 0.74 0.82 349.76 0.8 0.1
Hex 2E 5 C 0 59 4A 52 15E 50 A
Octal 56 5 14 0 131 112 122 536 120 12
Binary 101110 101 1100 0 1011001 1001010 1010010 101011110 1010000 1010

Color Harmonies of #2E050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E050C

Black with #2E050C

Text Example


Text Example

White with #2E050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,5,12); }

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

background-color css

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

 a { background-color: rgb(46,5,12); }

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

border-color css

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

 span { border-color: rgb(46,5,12); }

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