#2E0C0F

Color #2E0C0F Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #2E0C0F

Tints of Rustic Red #2E0C0F

Color information

#2E0C0F (or 0x2E0C0F) is unknown color: approx Rustic Red. HEX triplet: 2E, 0C and 0F. RGB value is (46,12,15). Sum of RGB (Red+Green+Blue) = 46+12+15=73 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.01% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0C0F is #D1F3F0. Grayscale: #161616. Windows color (decimal): -13759473 or 986158. OLE color: 986158.

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

Color convert

RGB461215-
CMYK00.740.670.82
HSL354.71º58.62%11.37%-
HSV(B)354.71º73.91%18.04%-
XYZ1.340.880.55-
YUV22.51123.76144.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 63.01%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=63.01%
G=16.44%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46121500.740.670.82354.7158.6211.37
Hex2ECF04A43521633bb
Octal56141701121031225437313
Binary1011101100111101001010100001110100101011000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E0C0F;
 }
 .AnyTagClassName
 {
   color: #2E0C0F;
 }
</style>
background-color css

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

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

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

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

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

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