#2E0306

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

Shades of Rustic Red #2E0306

Tints of Rustic Red #2E0306

Color information

#2E0306 (or 0x2E0306) is unknown color: approx Rustic Red. HEX triplet: 2E, 03 and 06. RGB value is (46,3,6). Sum of RGB (Red+Green+Blue) = 46+3+6=55 (7% of max value = 765). Red value is 46 (18.36% from 255 or 83.64% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0306 is #D1FCF9. Grayscale: #101010. Windows color (decimal): -13761786 or 394030. OLE color: 394030.

HSL color Cylindrical-coordinate representation of color #2E0306: hue angle of 355.81º 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 #2E0306 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB4636-
CMYK00.930.870.82
HSL355.81º87.76%9.61%-
HSV(B)355.81º93.48%18.04%-
XYZ1.190.660.24-
YUV16.2122.25149.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 83.64%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 6 (2.73% from 255) = 10.91%
R=83.64%
G=5.45%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal463600.930.870.82355.8187.769.61
Hex2E3605D575216458a
Octal5636013512712254413012
Binary10111011110010111011010111101001010110010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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