#33141C

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

Shades of Rustic Red #33141C

Tints of Rustic Red #33141C

Color information

#33141C (or 0x33141C) is unknown color: approx Rustic Red. HEX triplet: 33, 14 and 1C. RGB value is (51,20,28). Sum of RGB (Red+Green+Blue) = 51+20+28=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #33141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33141C is #CCEBE3. Grayscale: #1E1E1E. Windows color (decimal): -13429732 or 1840179. OLE color: 1840179.

HSL color Cylindrical-coordinate representation of color #33141C: hue angle of 344.52º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33141C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB512028-
CMYK00.610.450.8
HSL344.52º43.66%13.92%-
HSV(B)344.52º60.78%20%-
XYZ1.821.291.25-
YUV30.18126.77142.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 20 (8.20% from 255) = 20.20%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=51.52%
G=20.20%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51202800.610.450.8344.5243.6613.92
Hex33141C03D2D501592ce
Octal632434075551205315416
Binary1100111010011100011110110110110100001010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33141C; }

 p { color: rgb(51,20,28); }

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

<style>
 a { background-color: #33141C; }

 a { background-color: rgb(51,20,28); }

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

<style>
 span { border-color: #33141C; }

 span { border-color: rgb(51,20,28); }

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