Html Css Color HEX #2E0712 Rustic Red

📋 copy color: '#2E0712'

red 46 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #2E0712

Tints of Rustic Red #2E0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.86%

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

R = 64.79%
G = 9.86%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.82

RGB Variations

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

Color information

#2E0712 (or 0x2E0712) is known color: Rustic Red. HEX triplet: 2E, 07 and 12. RGB value is (46,7,18). Sum of RGB (Red+Green+Blue) = 46+7+18=71 (9% of max value = 765). Red value is 46 (18.36% from 255 or 64.79% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0712 is #D1F8ED. Grayscale: #131313. Windows color (decimal): -13760750 or 1181486. OLE color: 1181486.

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

Color convert

RGB 46 7 18 -
CMYK 0 0.85 0.61 0.82
HSL 343.08º 0.74% 0.1% -
HSV(B) 343.08º 0.85% 0.18% -
XYZ 1.31 0.78 0.65 -
YUV 19.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 46 7 18 0 0.85 0.61 0.82 343.08 0.74 0.1
Hex 2E 7 12 0 55 3D 52 157 4A A
Octal 56 7 22 0 125 75 122 527 112 12
Binary 101110 111 10010 0 1010101 111101 1010010 101010111 1001010 1010

Color Harmonies of #2E0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0712

Black with #2E0712

Text Example


Text Example

White with #2E0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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