#33181B

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

Shades of Rustic Red #33181B

Tints of Rustic Red #33181B

Color information

#33181B (or 0x33181B) is unknown color: approx Rustic Red. HEX triplet: 33, 18 and 1B. RGB value is (51,24,27). Sum of RGB (Red+Green+Blue) = 51+24+27=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33181B is #CCE7E4. Grayscale: #202020. Windows color (decimal): -13428709 or 1775667. OLE color: 1775667.

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

Color convert

RGB512427-
CMYK00.530.470.8
HSL353.33º36%14.71%-
HSV(B)353.33º52.94%20%-
XYZ1.891.441.21-
YUV32.42124.95141.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=50%
G=23.53%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51242700.530.470.8353.333614.71
Hex33181B0352F5016124f
Octal633033065571205414417
Binary1100111100011011011010110111110100001011000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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