#42171B

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

Shades of Rustic Red #42171B

Tints of Rustic Red #42171B

Color information

#42171B (or 0x42171B) is unknown color: approx Rustic Red. HEX triplet: 42, 17 and 1B. RGB value is (66,23,27). Sum of RGB (Red+Green+Blue) = 66+23+27=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171B is #BDE8E4. Grayscale: #242424. Windows color (decimal): -12445925 or 1775426. OLE color: 1775426.

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

Color convert

RGB662327-
CMYK00.650.590.74
HSL354.42º48.31%17.45%-
HSV(B)354.42º65.15%25.88%-
XYZ2.751.851.25-
YUV36.31122.75149.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=56.90%
G=19.83%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66232700.650.590.74354.4248.3117.45
Hex42171B0413B4A1623011
Octal10227330101731125426021
Binary1000010101111101101000001111011100101010110001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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