#2B060D

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

Shades of Rustic Red #2B060D

Tints of Rustic Red #2B060D

Color information

#2B060D (or 0x2B060D) is unknown color: approx Rustic Red. HEX triplet: 2B, 06 and 0D. RGB value is (43,6,13). Sum of RGB (Red+Green+Blue) = 43+6+13=62 (8% of max value = 765). Red value is 43 (17.19% from 255 or 69.35% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 43 - color contains mainly: red. Hex color #2B060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B060D is #D4F9F2. Grayscale: #111111. Windows color (decimal): -13957619 or 853547. OLE color: 853547.

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

Color convert

RGB43613-
CMYK00.860.700.83
HSL348.65º75.51%9.61%-
HSV(B)348.65º86.05%16.86%-
XYZ1.130.670.45-
YUV17.86125.26145.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 69.35%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=69.35%
G=9.68%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4361300.860.700.83348.6575.519.61
Hex2B6D056465315d4ca
Octal53615012610612353511412
Binary1010111101101010101101000110101001110101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,6,13); }

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

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

 a { background-color: rgb(43,6,13); }

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

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

 span { border-color: rgb(43,6,13); }

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