#241012

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

Shades of Rustic Red #241012

Tints of Rustic Red #241012

Color information

#241012 (or 0x241012) is unknown color: approx Rustic Red. HEX triplet: 24, 10 and 12. RGB value is (36,16,18). Sum of RGB (Red+Green+Blue) = 36+16+18=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #241012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241012 is #DBEFED. Grayscale: #161616. Windows color (decimal): -14413806 or 1183780. OLE color: 1183780.

HSL color Cylindrical-coordinate representation of color #241012: hue angle of 354º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241012 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB361618-
CMYK00.560.50.86
HSL354º38.46%10.2%-
HSV(B)354º55.56%14.12%-
XYZ1.020.790.67-
YUV22.21125.63137.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=51.43%
G=22.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36161800.560.50.8635438.4610.2
Hex241012038325616226a
Octal442022070621265424612
Binary1001001000010010011100011001010101101011000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241012; }

 p { color: rgb(36,16,18); }

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

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

 a { background-color: rgb(36,16,18); }

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

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

 span { border-color: rgb(36,16,18); }

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