#33171C

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

Shades of Rustic Red #33171C

Tints of Rustic Red #33171C

Color information

#33171C (or 0x33171C) is unknown color: approx Rustic Red. HEX triplet: 33, 17 and 1C. RGB value is (51,23,28). Sum of RGB (Red+Green+Blue) = 51+23+28=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33171C is #CCE8E3. Grayscale: #1F1F1F. Windows color (decimal): -13428964 or 1840947. OLE color: 1840947.

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

Color convert

RGB512328-
CMYK00.550.450.8
HSL349.29º37.84%14.51%-
HSV(B)349.29º54.9%20%-
XYZ1.881.41.27-
YUV31.94125.78141.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 22.55%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=50%
G=22.55%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51232800.550.450.8349.2937.8414.51
Hex33171C0372D5015d26f
Octal632734067551205354617
Binary1100111011111100011011110110110100001010111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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