#382122

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

Shades of Rustic Red #382122

Tints of Rustic Red #382122

Color information

#382122 (or 0x382122) is unknown color: approx Rustic Red. HEX triplet: 38, 21 and 22. RGB value is (56,33,34). Sum of RGB (Red+Green+Blue) = 56+33+34=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382122 is #C7DEDD. Grayscale: #282828. Windows color (decimal): -13098718 or 2236728. OLE color: 2236728.

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

Color convert

RGB563334-
CMYK00.410.390.78
HSL357.39º25.84%17.45%-
HSV(B)357.39º41.07%21.96%-
XYZ2.462.041.78-
YUV39.99124.62139.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=45.53%
G=26.83%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56333400.410.390.78357.3925.8417.45
Hex382122029274E1651a11
Octal704142051471165453221
Binary111000100001100010010100110011110011101011001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382122; }

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

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

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

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

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

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

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

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