#331A1D

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

Shades of Rustic Red #331A1D

Tints of Rustic Red #331A1D

Color information

#331A1D (or 0x331A1D) is unknown color: approx Rustic Red. HEX triplet: 33, 1A and 1D. RGB value is (51,26,29). Sum of RGB (Red+Green+Blue) = 51+26+29=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #331A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A1D is #CCE5E2. Grayscale: #212121. Windows color (decimal): -13428195 or 1907251. OLE color: 1907251.

HSL color Cylindrical-coordinate representation of color #331A1D: hue angle of 352.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A1D is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB512629-
CMYK00.490.430.8
HSL352.8º32.47%15.1%-
HSV(B)352.8º49.02%20%-
XYZ1.961.531.35-
YUV33.82125.28140.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=48.11%
G=24.53%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51262900.490.430.8352.832.4715.1
Hex331A1D0312B5016120f
Octal633235061531205414017
Binary1100111101011101011000110101110100001011000011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A1D; }

 p { color: rgb(51,26,29); }

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

<style>
 a { background-color: #331A1D; }

 a { background-color: rgb(51,26,29); }

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

<style>
 span { border-color: #331A1D; }

 span { border-color: rgb(51,26,29); }

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