#2E0508

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

Shades of Rustic Red #2E0508

Tints of Rustic Red #2E0508

Color information

#2E0508 (or 0x2E0508) is unknown color: approx Rustic Red. HEX triplet: 2E, 05 and 08. RGB value is (46,5,8). Sum of RGB (Red+Green+Blue) = 46+5+8=59 (7% of max value = 765). Red value is 46 (18.36% from 255 or 77.97% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0508 is #D1FAF7. Grayscale: #111111. Windows color (decimal): -13761272 or 525614. OLE color: 525614.

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

Color convert

RGB4658-
CMYK00.890.830.82
HSL355.61º80.39%10%-
HSV(B)355.61º89.13%18.04%-
XYZ1.220.710.3-
YUV17.6122.58148.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 77.97%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=77.97%
G=8.47%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal465800.890.830.82355.6180.3910
Hex2E58059535216450a
Octal56510013112312254412012
Binary1011101011000010110011010011101001010110010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,8); }

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

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

 a { background-color: rgb(46,5,8); }

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

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

 span { border-color: rgb(46,5,8); }

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