#42151B

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

Shades of Rustic Red #42151B

Tints of Rustic Red #42151B

Color information

#42151B (or 0x42151B) is unknown color: approx Rustic Red. HEX triplet: 42, 15 and 1B. RGB value is (66,21,27). Sum of RGB (Red+Green+Blue) = 66+21+27=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42151B is #BDEAE4. Grayscale: #232323. Windows color (decimal): -12446437 or 1774914. OLE color: 1774914.

HSL color Cylindrical-coordinate representation of color #42151B: hue angle of 352º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42151B is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB662127-
CMYK00.680.590.74
HSL352º51.72%17.06%-
HSV(B)352º68.18%25.88%-
XYZ2.711.771.24-
YUV35.14123.41150.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=57.89%
G=18.42%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66212700.680.590.7435251.7217.06
Hex42151B0443B4A1603411
Octal10225330104731125406421
Binary1000010101011101101000100111011100101010110000011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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