#42171E

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

Shades of Rustic Red #42171E

Tints of Rustic Red #42171E

Color information

#42171E (or 0x42171E) is unknown color: approx Rustic Red. HEX triplet: 42, 17 and 1E. RGB value is (66,23,30). Sum of RGB (Red+Green+Blue) = 66+23+30=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #42171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171E is #BDE8E1. Grayscale: #242424. Windows color (decimal): -12445922 or 1972034. OLE color: 1972034.

HSL color Cylindrical-coordinate representation of color #42171E: hue angle of 350.23º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42171E is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB662330-
CMYK00.650.550.74
HSL350.23º48.31%17.45%-
HSV(B)350.23º65.15%25.88%-
XYZ2.791.861.44-
YUV36.66124.25148.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=55.46%
G=19.33%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66233000.650.550.74350.2348.3117.45
Hex42171E041374A15e3011
Octal10227360101671125366021
Binary1000010101111111001000001110111100101010101111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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