#2E090A

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

Shades of Rustic Red #2E090A

Tints of Rustic Red #2E090A

Color information

#2E090A (or 0x2E090A) is unknown color: approx Rustic Red. HEX triplet: 2E, 09 and 0A. RGB value is (46,9,10). Sum of RGB (Red+Green+Blue) = 46+9+10=65 (8% of max value = 765). Red value is 46 (18.36% from 255 or 70.77% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 46 - color contains mainly: red. Hex color #2E090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E090A is #D1F6F5. Grayscale: #141414. Windows color (decimal): -13760246 or 657710. OLE color: 657710.

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

Color convert

RGB46910-
CMYK00.800.780.82
HSL358.38º67.27%10.78%-
HSV(B)358.38º80.43%18.04%-
XYZ1.280.80.37-
YUV20.18122.26146.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 70.77%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 10 (4.30% from 255) = 15.38%
R=70.77%
G=13.85%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4691000.800.780.82358.3867.2710.78
Hex2E9A0504E5216643b
Octal561112012011612254610313
Binary10111010011010010100001001110101001010110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,10); }

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

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

 a { background-color: rgb(46,9,10); }

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

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

 span { border-color: rgb(46,9,10); }

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