#3E2021

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

Shades of Rustic Red #3E2021

Tints of Rustic Red #3E2021

Color information

#3E2021 (or 0x3E2021) is unknown color: approx Rustic Red. HEX triplet: 3E, 20 and 21. RGB value is (62,32,33). Sum of RGB (Red+Green+Blue) = 62+32+33=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2021 is #C1DFDE. Grayscale: #292929. Windows color (decimal): -12705759 or 2170942. OLE color: 2170942.

HSL color Cylindrical-coordinate representation of color #3E2021: hue angle of 358º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2021 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB623233-
CMYK00.480.470.76
HSL358º31.91%18.43%-
HSV(B)358º48.39%24.31%-
XYZ2.782.171.71-
YUV41.08123.44142.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.82%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=48.82%
G=25.20%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62323300.480.470.7635831.9118.43
Hex3E20210302F4C1662012
Octal764041060571145464022
Binary1111101000001000010110000101111100110010110011010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2021; }

 p { color: rgb(62,32,33); }

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

<style>
 a { background-color: #3E2021; }

 a { background-color: rgb(62,32,33); }

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

<style>
 span { border-color: #3E2021; }

 span { border-color: rgb(62,32,33); }

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