#42161C

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

Shades of Rustic Red #42161C

Tints of Rustic Red #42161C

Color information

#42161C (or 0x42161C) is unknown color: approx Rustic Red. HEX triplet: 42, 16 and 1C. RGB value is (66,22,28). Sum of RGB (Red+Green+Blue) = 66+22+28=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42161C is #BDE9E3. Grayscale: #232323. Windows color (decimal): -12446180 or 1840706. OLE color: 1840706.

HSL color Cylindrical-coordinate representation of color #42161C: hue angle of 351.82º 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 #42161C is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB662228-
CMYK00.670.580.74
HSL351.82º50%17.25%-
HSV(B)351.82º66.67%25.88%-
XYZ2.741.821.3-
YUV35.84123.58149.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=56.90%
G=18.97%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66222800.670.580.74351.825017.25
Hex42161C0433A4A1603211
Octal10226340103721125406221
Binary1000010101101110001000011111010100101010110000011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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