#42191C

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

Shades of Rustic Red #42191C

Tints of Rustic Red #42191C

Color information

#42191C (or 0x42191C) is unknown color: approx Rustic Red. HEX triplet: 42, 19 and 1C. RGB value is (66,25,28). Sum of RGB (Red+Green+Blue) = 66+25+28=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #42191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42191C is #BDE6E3. Grayscale: #252525. Windows color (decimal): -12445412 or 1841474. OLE color: 1841474.

HSL color Cylindrical-coordinate representation of color #42191C: hue angle of 355.61º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42191C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB662528-
CMYK00.620.580.74
HSL355.61º45.05%17.84%-
HSV(B)355.61º62.12%25.88%-
XYZ2.81.941.32-
YUV37.6122.58148.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=55.46%
G=21.01%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66252800.620.580.74355.6145.0517.84
Hex42191C03E3A4A1642d12
Octal1023134076721125445522
Binary100001011001111000111110111010100101010110010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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