#2B000C

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

Shades of Rustic Red #2B000C

Tints of Rustic Red #2B000C

Color information

#2B000C (or 0x2B000C) is unknown color: approx Rustic Red. HEX triplet: 2B, 00 and 0C. RGB value is (43,0,12). Sum of RGB (Red+Green+Blue) = 43+0+12=55 (7% of max value = 765). Red value is 43 (17.19% from 255 or 78.18% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 43 - color contains mainly: red. Hex color #2B000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B000C is #D4FFF3. Grayscale: #0E0E0E. Windows color (decimal): -13959156 or 786475. OLE color: 786475.

HSL color Cylindrical-coordinate representation of color #2B000C: hue angle of 343.26º 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 #2B000C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.83.

Color convert

RGB43012-
CMYK010.720.83
HSL343.26º100%8.43%-
HSV(B)343.26º100%16.86%-
XYZ1.060.540.4-
YUV14.22126.75148.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 78.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=78.18%
G=0%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43012010.720.83343.261008.43
Hex2B0C0644853157648
Octal53014014411012352714410
Binary10101101100011001001001000101001110101011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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