#42171C

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

Shades of Rustic Red #42171C

Tints of Rustic Red #42171C

Color information

#42171C (or 0x42171C) is unknown color: approx Rustic Red. HEX triplet: 42, 17 and 1C. RGB value is (66,23,28). Sum of RGB (Red+Green+Blue) = 66+23+28=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171C is #BDE8E3. Grayscale: #242424. Windows color (decimal): -12445924 or 1840962. OLE color: 1840962.

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

Color convert

RGB662328-
CMYK00.650.580.74
HSL353.02º48.31%17.45%-
HSV(B)353.02º65.15%25.88%-
XYZ2.761.851.31-
YUV36.43123.25149.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=56.41%
G=19.66%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66232800.650.580.74353.0248.3117.45
Hex42171C0413A4A1613011
Octal10227340101721125416021
Binary1000010101111110001000001111010100101010110000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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