#382021

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

Shades of Rustic Red #382021

Tints of Rustic Red #382021

Color information

#382021 (or 0x382021) is unknown color: approx Rustic Red. HEX triplet: 38, 20 and 21. RGB value is (56,32,33). Sum of RGB (Red+Green+Blue) = 56+32+33=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382021 is #C7DFDE. Grayscale: #272727. Windows color (decimal): -13098975 or 2170936. OLE color: 2170936.

HSL color Cylindrical-coordinate representation of color #382021: hue angle of 357.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382021 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB563233-
CMYK00.430.410.78
HSL357.5º27.27%17.25%-
HSV(B)357.5º42.86%21.96%-
XYZ2.421.981.69-
YUV39.29124.45139.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=46.28%
G=26.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56323300.430.410.78357.527.2717.25
Hex38202102B294E1661b11
Octal704041053511165463321
Binary111000100000100001010101110100110011101011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382021; }

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

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

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

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

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

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

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

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