#42181E

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

Shades of Rustic Red #42181E

Tints of Rustic Red #42181E

Color information

#42181E (or 0x42181E) is unknown color: approx Rustic Red. HEX triplet: 42, 18 and 1E. RGB value is (66,24,30). Sum of RGB (Red+Green+Blue) = 66+24+30=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #42181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42181E is #BDE7E1. Grayscale: #252525. Windows color (decimal): -12445666 or 1972290. OLE color: 1972290.

HSL color Cylindrical-coordinate representation of color #42181E: hue angle of 351.43º 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 #42181E is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB662430-
CMYK00.640.550.74
HSL351.43º46.67%17.65%-
HSV(B)351.43º63.64%25.88%-
XYZ2.811.911.45-
YUV37.24123.91148.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 30 (12.11% from 255) = 25%
R=55%
G=20%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66243000.640.550.74351.4346.6717.65
Hex42181E040374A15f2f12
Octal10230360100671125375722
Binary1000010110001111001000000110111100101010101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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