#33131B

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

Shades of Rustic Red #33131B

Tints of Rustic Red #33131B

Color information

#33131B (or 0x33131B) is unknown color: approx Rustic Red. HEX triplet: 33, 13 and 1B. RGB value is (51,19,27). Sum of RGB (Red+Green+Blue) = 51+19+27=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #33131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33131B is #CCECE4. Grayscale: #1D1D1D. Windows color (decimal): -13429989 or 1774387. OLE color: 1774387.

HSL color Cylindrical-coordinate representation of color #33131B: hue angle of 345º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33131B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB511927-
CMYK00.630.470.8
HSL345º45.71%13.73%-
HSV(B)345º62.75%20%-
XYZ1.81.251.18-
YUV29.48126.6143.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.58%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=52.58%
G=19.59%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51192700.630.470.834545.7113.73
Hex33131B03F2F501592ee
Octal632333077571205315616
Binary1100111001111011011111110111110100001010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33131B; }

 p { color: rgb(51,19,27); }

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

<style>
 a { background-color: #33131B; }

 a { background-color: rgb(51,19,27); }

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

<style>
 span { border-color: #33131B; }

 span { border-color: rgb(51,19,27); }

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