#42151A

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

Shades of Rustic Red #42151A

Tints of Rustic Red #42151A

Color information

#42151A (or 0x42151A) is unknown color: approx Rustic Red. HEX triplet: 42, 15 and 1A. RGB value is (66,21,26). Sum of RGB (Red+Green+Blue) = 66+21+26=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42151A is #BDEAE5. Grayscale: #232323. Windows color (decimal): -12446438 or 1709378. OLE color: 1709378.

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

Color convert

RGB662126-
CMYK00.680.610.74
HSL353.33º51.72%17.06%-
HSV(B)353.33º68.18%25.88%-
XYZ2.71.771.18-
YUV35.02122.91150.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.41%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=58.41%
G=18.58%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66212600.680.610.74353.3351.7217.06
Hex42151A0443D4A1613411
Octal10225320104751125416421
Binary1000010101011101001000100111101100101010110000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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