#42121A

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

Shades of Rustic Red #42121A

Tints of Rustic Red #42121A

Color information

#42121A (or 0x42121A) is unknown color: approx Rustic Red. HEX triplet: 42, 12 and 1A. RGB value is (66,18,26). Sum of RGB (Red+Green+Blue) = 66+18+26=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #42121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42121A is #BDEDE5. Grayscale: #212121. Windows color (decimal): -12447206 or 1708610. OLE color: 1708610.

HSL color Cylindrical-coordinate representation of color #42121A: hue angle of 350º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42121A is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB661826-
CMYK00.730.610.74
HSL350º57.14%16.47%-
HSV(B)350º72.73%25.88%-
XYZ2.651.671.16-
YUV33.26123.9151.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=60%
G=16.36%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66182600.730.610.7435057.1416.47
Hex42121A0493D4A15e3910
Octal10222320111751125367120
Binary1000010100101101001001001111101100101010101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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