#42171D

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

Shades of Rustic Red #42171D

Tints of Rustic Red #42171D

Color information

#42171D (or 0x42171D) is unknown color: approx Rustic Red. HEX triplet: 42, 17 and 1D. RGB value is (66,23,29). Sum of RGB (Red+Green+Blue) = 66+23+29=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171D is #BDE8E2. Grayscale: #242424. Windows color (decimal): -12445923 or 1906498. OLE color: 1906498.

HSL color Cylindrical-coordinate representation of color #42171D: hue angle of 351.63º 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 #42171D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB662329-
CMYK00.650.560.74
HSL351.63º48.31%17.45%-
HSV(B)351.63º65.15%25.88%-
XYZ2.771.861.38-
YUV36.54123.75149.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=55.93%
G=19.49%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66232900.650.560.74351.6348.3117.45
Hex42171D041384A1603011
Octal10227350101701125406021
Binary1000010101111110101000001111000100101010110000011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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