#42181C

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

Shades of Rustic Red #42181C

Tints of Rustic Red #42181C

Color information

#42181C (or 0x42181C) is unknown color: approx Rustic Red. HEX triplet: 42, 18 and 1C. RGB value is (66,24,28). Sum of RGB (Red+Green+Blue) = 66+24+28=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42181C is #BDE7E3. Grayscale: #252525. Windows color (decimal): -12445668 or 1841218. OLE color: 1841218.

HSL color Cylindrical-coordinate representation of color #42181C: hue angle of 354.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42181C is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB662428-
CMYK00.640.580.74
HSL354.29º46.67%17.65%-
HSV(B)354.29º63.64%25.88%-
XYZ2.781.91.32-
YUV37.01122.91148.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=55.93%
G=20.34%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66242800.640.580.74354.2946.6717.65
Hex42181C0403A4A1622f12
Octal10230340100721125425722
Binary1000010110001110001000000111010100101010110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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