#2B0511

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

Shades of Rustic Red #2B0511

Tints of Rustic Red #2B0511

Color information

#2B0511 (or 0x2B0511) is unknown color: approx Rustic Red. HEX triplet: 2B, 05 and 11. RGB value is (43,5,17). Sum of RGB (Red+Green+Blue) = 43+5+17=65 (8% of max value = 765). Red value is 43 (17.19% from 255 or 66.15% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0511 is #D4FAEE. Grayscale: #111111. Windows color (decimal): -13957871 or 1115435. OLE color: 1115435.

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

Color convert

RGB43517-
CMYK00.880.600.83
HSL341.05º79.17%9.41%-
HSV(B)341.05º88.37%16.86%-
XYZ1.150.660.6-
YUV17.73127.59146.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 66.15%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=66.15%
G=7.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4351700.880.600.83341.0579.179.41
Hex2B5110583C531554f9
Octal5352101307412352511711
Binary1010111011000101011000111100101001110101010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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