#2B0812

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

Shades of Rustic Red #2B0812

Tints of Rustic Red #2B0812

Color information

#2B0812 (or 0x2B0812) is unknown color: approx Rustic Red. HEX triplet: 2B, 08 and 12. RGB value is (43,8,18). Sum of RGB (Red+Green+Blue) = 43+8+18=69 (9% of max value = 765). Red value is 43 (17.19% from 255 or 62.32% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0812 is #D4F7ED. Grayscale: #131313. Windows color (decimal): -13957102 or 1181739. OLE color: 1181739.

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

Color convert

RGB43818-
CMYK00.810.580.83
HSL342.86º68.63%10%-
HSV(B)342.86º81.4%16.86%-
XYZ1.190.730.65-
YUV19.6127.1144.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 62.32%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=62.32%
G=11.59%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4381800.810.580.83342.8668.6310
Hex2B8120513A5315745a
Octal53102201217212352710512
Binary10101110001001001010001111010101001110101011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,8,18); }

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

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

 a { background-color: rgb(43,8,18); }

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

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

 span { border-color: rgb(43,8,18); }

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