#2B000B

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

Shades of Rustic Red #2B000B

Tints of Rustic Red #2B000B

Color information

#2B000B (or 0x2B000B) is unknown color: approx Rustic Red. HEX triplet: 2B, 00 and 0B. RGB value is (43,0,11). Sum of RGB (Red+Green+Blue) = 43+0+11=54 (7% of max value = 765). Red value is 43 (17.19% from 255 or 79.63% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 43 - color contains mainly: red. Hex color #2B000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B000B is #D4FFF4. Grayscale: #0E0E0E. Windows color (decimal): -13959157 or 720939. OLE color: 720939.

HSL color Cylindrical-coordinate representation of color #2B000B: hue angle of 344.65º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B000B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.83.

Color convert

RGB43011-
CMYK010.740.83
HSL344.65º100%8.43%-
HSV(B)344.65º100%16.86%-
XYZ1.060.540.36-
YUV14.11126.25148.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 79.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=79.63%
G=0%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43011010.740.83344.651008.43
Hex2B0B0644A53159648
Octal53013014411212353114410
Binary10101101011011001001001010101001110101100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,11); }

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

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

 a { background-color: rgb(43,0,11); }

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

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

 span { border-color: rgb(43,0,11); }

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