#42121B

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

Shades of Rustic Red #42121B

Tints of Rustic Red #42121B

Color information

#42121B (or 0x42121B) is unknown color: approx Rustic Red. HEX triplet: 42, 12 and 1B. RGB value is (66,18,27). Sum of RGB (Red+Green+Blue) = 66+18+27=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42121B is #BDEDE4. Grayscale: #212121. Windows color (decimal): -12447205 or 1774146. OLE color: 1774146.

HSL color Cylindrical-coordinate representation of color #42121B: hue angle of 348.75º 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 #42121B is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB661827-
CMYK00.730.590.74
HSL348.75º57.14%16.47%-
HSV(B)348.75º72.73%25.88%-
XYZ2.661.671.22-
YUV33.38124.4151.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=59.46%
G=16.22%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66182700.730.590.74348.7557.1416.47
Hex42121B0493B4A15d3910
Octal10222330111731125357120
Binary1000010100101101101001001111011100101010101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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