#42161A

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

Shades of Rustic Red #42161A

Tints of Rustic Red #42161A

Color information

#42161A (or 0x42161A) is unknown color: approx Rustic Red. HEX triplet: 42, 16 and 1A. RGB value is (66,22,26). Sum of RGB (Red+Green+Blue) = 66+22+26=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42161A is #BDE9E5. Grayscale: #232323. Windows color (decimal): -12446182 or 1709634. OLE color: 1709634.

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

Color convert

RGB662226-
CMYK00.670.610.74
HSL354.55º50%17.25%-
HSV(B)354.55º66.67%25.88%-
XYZ2.721.811.18-
YUV35.61122.58149.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=57.89%
G=19.30%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66222600.670.610.74354.555017.25
Hex42161A0433D4A1633211
Octal10226320103751125436221
Binary1000010101101101001000011111101100101010110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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