#2B0013

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

Shades of Rustic Red #2B0013

Tints of Rustic Red #2B0013

Color information

#2B0013 (or 0x2B0013) is unknown color: approx Rustic Red. HEX triplet: 2B, 00 and 13. RGB value is (43,0,19). Sum of RGB (Red+Green+Blue) = 43+0+19=62 (8% of max value = 765). Red value is 43 (17.19% from 255 or 69.35% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0013 is #D4FFEC. Grayscale: #0E0E0E. Windows color (decimal): -13959149 or 1245227. OLE color: 1245227.

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

Color convert

RGB43019-
CMYK010.560.83
HSL333.49º100%8.43%-
HSV(B)333.49º100%16.86%-
XYZ1.110.560.67-
YUV15.02130.25147.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 69.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=69.35%
G=0%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43019010.560.83333.491008.43
Hex2B013064385314d648
Octal5302301447012351514410
Binary10101101001101100100111000101001110100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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