#2B1415

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

Shades of Rustic Red #2B1415

Tints of Rustic Red #2B1415

Color information

#2B1415 (or 0x2B1415) is unknown color: approx Rustic Red. HEX triplet: 2B, 14 and 15. RGB value is (43,20,21). Sum of RGB (Red+Green+Blue) = 43+20+21=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1415 is #D4EBEA. Grayscale: #1B1B1B. Windows color (decimal): -13954027 or 1381419. OLE color: 1381419.

HSL color Cylindrical-coordinate representation of color #2B1415: hue angle of 357.39º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B1415 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB432021-
CMYK00.530.510.83
HSL357.39º36.51%12.35%-
HSV(B)357.39º53.49%16.86%-
XYZ1.381.070.84-
YUV26.99124.62139.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 51.19%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 21 (8.59% from 255) = 25%
R=51.19%
G=23.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43202100.530.510.83357.3936.5112.35
Hex2B1415035335316525c
Octal532425065631235454514
Binary1010111010010101011010111001110100111011001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,20,21); }

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

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

 a { background-color: rgb(43,20,21); }

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

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

 span { border-color: rgb(43,20,21); }

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