#241C1D

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

Shades of Rustic Red #241C1D

Tints of Rustic Red #241C1D

Color information

#241C1D (or 0x241C1D) is unknown color: approx Rustic Red. HEX triplet: 24, 1C and 1D. RGB value is (36,28,29). Sum of RGB (Red+Green+Blue) = 36+28+29=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #241C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C1D is #DBE3E2. Grayscale: #1E1E1E. Windows color (decimal): -14410723 or 1907748. OLE color: 1907748.

HSL color Cylindrical-coordinate representation of color #241C1D: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #241C1D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB362829-
CMYK00.220.190.86
HSL352.5º12.5%12.55%-
HSV(B)352.5º22.22%14.12%-
XYZ1.361.291.34-
YUV30.51127.15131.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=38.71%
G=30.11%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36282900.220.190.86352.512.512.55
Hex241C1D0161356160dd
Octal443435026231265401515
Binary100100111001110101011010011101011010110000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241C1D; }

 p { color: rgb(36,28,29); }

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

<style>
 a { background-color: #241C1D; }

 a { background-color: rgb(36,28,29); }

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

<style>
 span { border-color: #241C1D; }

 span { border-color: rgb(36,28,29); }

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