#42151D

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

Shades of Rustic Red #42151D

Tints of Rustic Red #42151D

Color information

#42151D (or 0x42151D) is unknown color: approx Rustic Red. HEX triplet: 42, 15 and 1D. RGB value is (66,21,29). Sum of RGB (Red+Green+Blue) = 66+21+29=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42151D is #BDEAE2. Grayscale: #232323. Windows color (decimal): -12446435 or 1905986. OLE color: 1905986.

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

Color convert

RGB662129-
CMYK00.680.560.74
HSL349.33º51.72%17.06%-
HSV(B)349.33º68.18%25.88%-
XYZ2.741.781.36-
YUV35.37124.41149.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 29 (11.72% from 255) = 25%
R=56.90%
G=18.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66212900.680.560.74349.3351.7217.06
Hex42151D044384A15d3411
Octal10225350104701125356421
Binary1000010101011110101000100111000100101010101110111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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