#42131B

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

Shades of Rustic Red #42131B

Tints of Rustic Red #42131B

Color information

#42131B (or 0x42131B) is unknown color: approx Rustic Red. HEX triplet: 42, 13 and 1B. RGB value is (66,19,27). Sum of RGB (Red+Green+Blue) = 66+19+27=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42131B is #BDECE4. Grayscale: #212121. Windows color (decimal): -12446949 or 1774402. OLE color: 1774402.

HSL color Cylindrical-coordinate representation of color #42131B: hue angle of 349.79º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42131B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB661927-
CMYK00.710.590.74
HSL349.79º55.29%16.67%-
HSV(B)349.79º71.21%25.88%-
XYZ2.681.71.22-
YUV33.96124.07150.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=58.93%
G=16.96%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66192700.710.590.74349.7955.2916.67
Hex42131B0473B4A15e3711
Octal10223330107731125366721
Binary1000010100111101101000111111011100101010101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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