Html Css Color HEX #2E0313 Rustic Red

📋 copy color: '#2E0313'

red 46 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #2E0313

Tints of Rustic Red #2E0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.41%

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

R = 67.65%
G = 4.41%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#2E0313 (or 0x2E0313) is known color: Rustic Red. HEX triplet: 2E, 03 and 13. RGB value is (46,3,19). Sum of RGB (Red+Green+Blue) = 46+3+19=68 (9% of max value = 765). Red value is 46 (18.36% from 255 or 67.65% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0313 is #D1FCEC. Grayscale: #111111. Windows color (decimal): -13761773 or 1245998. OLE color: 1245998.

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

Color convert

RGB 46 3 19 -
CMYK 0 0.93 0.59 0.82
HSL 337.67º 0.88% 0.1% -
HSV(B) 337.67º 0.93% 0.18% -
XYZ 1.28 0.69 0.68 -
YUV 17.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 46 3 19 0 0.93 0.59 0.82 337.67 0.88 0.1
Hex 2E 3 13 0 5D 3B 52 152 58 A
Octal 56 3 23 0 135 73 122 522 130 12
Binary 101110 11 10011 0 1011101 111011 1010010 101010010 1011000 1010

Color Harmonies of #2E0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0313

Black with #2E0313

Text Example


Text Example

White with #2E0313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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