#2B0E11

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

Shades of Rustic Red #2B0E11

Tints of Rustic Red #2B0E11

Color information

#2B0E11 (or 0x2B0E11) is unknown color: approx Rustic Red. HEX triplet: 2B, 0E and 11. RGB value is (43,14,17). Sum of RGB (Red+Green+Blue) = 43+14+17=74 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.11% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0E11 is #D4F1EE. Grayscale: #171717. Windows color (decimal): -13955567 or 1117739. OLE color: 1117739.

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

Color convert

RGB431417-
CMYK00.670.600.83
HSL353.79º50.88%11.18%-
HSV(B)353.79º67.44%16.86%-
XYZ1.250.870.63-
YUV23.01124.61142.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 58.11%
GREEN value IS 14 (5.86% from 255) = 18.92%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=58.11%
G=18.92%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43141700.670.600.83353.7950.8811.18
Hex2BE110433C5316233b
Octal5316210103741235426313
Binary1010111110100010100001111110010100111011000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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