#42161B

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

Shades of Rustic Red #42161B

Tints of Rustic Red #42161B

Color information

#42161B (or 0x42161B) is unknown color: approx Rustic Red. HEX triplet: 42, 16 and 1B. RGB value is (66,22,27). Sum of RGB (Red+Green+Blue) = 66+22+27=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42161B is #BDE9E4. Grayscale: #232323. Windows color (decimal): -12446181 or 1775170. OLE color: 1775170.

HSL color Cylindrical-coordinate representation of color #42161B: hue angle of 353.18º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42161B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB662227-
CMYK00.670.590.74
HSL353.18º50%17.25%-
HSV(B)353.18º66.67%25.88%-
XYZ2.731.811.24-
YUV35.73123.08149.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=57.39%
G=19.13%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66222700.670.590.74353.185017.25
Hex42161B0433B4A1613211
Octal10226330103731125416221
Binary1000010101101101101000011111011100101010110000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,22,27); }

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

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

 a { background-color: rgb(66,22,27); }

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

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

 span { border-color: rgb(66,22,27); }

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