#42131C

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

Shades of Rustic Red #42131C

Tints of Rustic Red #42131C

Color information

#42131C (or 0x42131C) is unknown color: approx Rustic Red. HEX triplet: 42, 13 and 1C. RGB value is (66,19,28). Sum of RGB (Red+Green+Blue) = 66+19+28=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42131C is #BDECE3. Grayscale: #222222. Windows color (decimal): -12446948 or 1839938. OLE color: 1839938.

HSL color Cylindrical-coordinate representation of color #42131C: hue angle of 348.51º 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 #42131C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB661928-
CMYK00.710.580.74
HSL348.51º55.29%16.67%-
HSV(B)348.51º71.21%25.88%-
XYZ2.691.711.29-
YUV34.08124.57150.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.41%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=58.41%
G=16.81%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66192800.710.580.74348.5155.2916.67
Hex42131C0473A4A15d3711
Octal10223340107721125356721
Binary1000010100111110001000111111010100101010101110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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