#2D131A

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

Shades of Rustic Red #2D131A

Tints of Rustic Red #2D131A

Color information

#2D131A (or 0x2D131A) is unknown color: approx Rustic Red. HEX triplet: 2D, 13 and 1A. RGB value is (45,19,26). Sum of RGB (Red+Green+Blue) = 45+19+26=90 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 45 - color contains mainly: red. Hex color #2D131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D131A is #D2ECE5. Grayscale: #1B1B1B. Windows color (decimal): -13823206 or 1708845. OLE color: 1708845.

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

Color convert

RGB451926-
CMYK00.580.420.82
HSL343.85º40.62%12.55%-
HSV(B)343.85º57.78%17.65%-
XYZ1.51.11.11-
YUV27.57127.11140.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=50%
G=21.11%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45192600.580.420.82343.8540.6212.55
Hex2D131A03A2A5215829d
Octal552332072521225305115
Binary1011011001111010011101010101010100101010110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,19,26); }

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

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

 a { background-color: rgb(45,19,26); }

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

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

 span { border-color: rgb(45,19,26); }

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