#241A1B

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

Shades of Rustic Red #241A1B

Tints of Rustic Red #241A1B

Color information

#241A1B (or 0x241A1B) is unknown color: approx Rustic Red. HEX triplet: 24, 1A and 1B. RGB value is (36,26,27). Sum of RGB (Red+Green+Blue) = 36+26+27=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1B is #DBE5E4. Grayscale: #1D1D1D. Windows color (decimal): -14411237 or 1776164. OLE color: 1776164.

HSL color Cylindrical-coordinate representation of color #241A1B: hue angle of 354º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #241A1B is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB362627-
CMYK00.280.250.86
HSL354º16.13%12.16%-
HSV(B)354º27.78%14.12%-
XYZ1.291.191.2-
YUV29.1126.81132.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=40.45%
G=29.21%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36262700.280.250.8635416.1312.16
Hex241A1B01C195616210c
Octal443233034311265422014
Binary1001001101011011011100110011010110101100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,26,27); }

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

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

 a { background-color: rgb(36,26,27); }

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

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

 span { border-color: rgb(36,26,27); }

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