#2D151B

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

Shades of Rustic Red #2D151B

Tints of Rustic Red #2D151B

Color information

#2D151B (or 0x2D151B) is unknown color: approx Rustic Red. HEX triplet: 2D, 15 and 1B. RGB value is (45,21,27). Sum of RGB (Red+Green+Blue) = 45+21+27=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 45 - color contains mainly: red. Hex color #2D151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D151B is #D2EAE4. Grayscale: #1C1C1C. Windows color (decimal): -13822693 or 1774893. OLE color: 1774893.

HSL color Cylindrical-coordinate representation of color #2D151B: hue angle of 345º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D151B is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.82.

Color convert

RGB452127-
CMYK00.530.40.82
HSL345º36.36%12.94%-
HSV(B)345º53.33%17.65%-
XYZ1.551.171.18-
YUV28.86126.95139.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 48.39%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=48.39%
G=22.58%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.4
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45212700.530.40.8234536.3612.94
Hex2D151B035285215924d
Octal552533065501225314415
Binary1011011010111011011010110100010100101010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,21,27); }

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

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

 a { background-color: rgb(45,21,27); }

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

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

 span { border-color: rgb(45,21,27); }

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