#2B060E

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

Shades of Rustic Red #2B060E

Tints of Rustic Red #2B060E

Color information

#2B060E (or 0x2B060E) is unknown color: approx Rustic Red. HEX triplet: 2B, 06 and 0E. RGB value is (43,6,14). Sum of RGB (Red+Green+Blue) = 43+6+14=63 (8% of max value = 765). Red value is 43 (17.19% from 255 or 68.25% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 43 - color contains mainly: red. Hex color #2B060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B060E is #D4F9F1. Grayscale: #111111. Windows color (decimal): -13957618 or 919083. OLE color: 919083.

HSL color Cylindrical-coordinate representation of color #2B060E: hue angle of 347.03º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B060E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.83.

Color convert

RGB43614-
CMYK00.860.670.83
HSL347.03º75.51%9.61%-
HSV(B)347.03º86.05%16.86%-
XYZ1.140.680.49-
YUV17.97125.76145.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 68.25%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 14 (5.86% from 255) = 22.22%
R=68.25%
G=9.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4361400.860.670.83347.0375.519.61
Hex2B6E056435315b4ca
Octal53616012610312353311412
Binary1010111101110010101101000011101001110101101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,6,14); }

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

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

 a { background-color: rgb(43,6,14); }

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

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

 span { border-color: rgb(43,6,14); }

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