Html Css Color HEX #2E0212 Rustic Red

📋 copy color: '#2E0212'

red 46 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #2E0212

Tints of Rustic Red #2E0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.03%

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 69.7%
G = 3.03%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.82

RGB Variations

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

Color information

#2E0212 (or 0x2E0212) is known color: Rustic Red. HEX triplet: 2E, 02 and 12. RGB value is (46,2,18). Sum of RGB (Red+Green+Blue) = 46+2+18=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0212 is #D1FDED. Grayscale: #101010. Windows color (decimal): -13762030 or 1180206. OLE color: 1180206.

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

Color convert

RGB 46 2 18 -
CMYK 0 0.96 0.61 0.82
HSL 338.18º 0.92% 0.09% -
HSV(B) 338.18º 0.96% 0.18% -
XYZ 1.26 0.67 0.63 -
YUV 16.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 46 2 18 0 0.96 0.61 0.82 338.18 0.92 0.09
Hex 2E 2 12 0 60 3D 52 152 5C 9
Octal 56 2 22 0 140 75 122 522 134 11
Binary 101110 10 10010 0 1100000 111101 1010010 101010010 1011100 1001

Color Harmonies of #2E0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0212

Black with #2E0212

Text Example


Text Example

White with #2E0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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