#42131A

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

Shades of Rustic Red #42131A

Tints of Rustic Red #42131A

Color information

#42131A (or 0x42131A) is unknown color: approx Rustic Red. HEX triplet: 42, 13 and 1A. RGB value is (66,19,26). Sum of RGB (Red+Green+Blue) = 66+19+26=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42131A is #BDECE5. Grayscale: #212121. Windows color (decimal): -12446950 or 1708866. OLE color: 1708866.

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

Color convert

RGB661926-
CMYK00.710.610.74
HSL351.06º55.29%16.67%-
HSV(B)351.06º71.21%25.88%-
XYZ2.671.71.16-
YUV33.85123.57150.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=59.46%
G=17.12%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66192600.710.610.74351.0655.2916.67
Hex42131A0473D4A15f3711
Octal10223320107751125376721
Binary1000010100111101001000111111101100101010101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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