#241011

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

Shades of Rustic Red #241011

Tints of Rustic Red #241011

Color information

#241011 (or 0x241011) is unknown color: approx Rustic Red. HEX triplet: 24, 10 and 11. RGB value is (36,16,17). Sum of RGB (Red+Green+Blue) = 36+16+17=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #241011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241011 is #DBEFEE. Grayscale: #161616. Windows color (decimal): -14413807 or 1118244. OLE color: 1118244.

HSL color Cylindrical-coordinate representation of color #241011: hue angle of 357º 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 #241011 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB361617-
CMYK00.560.530.86
HSL357º38.46%10.2%-
HSV(B)357º55.56%14.12%-
XYZ1.010.790.63-
YUV22.09125.13137.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=52.17%
G=23.19%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36161700.560.530.8635738.4610.2
Hex241011038355616526a
Octal442021070651265454612
Binary1001001000010001011100011010110101101011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241011; }

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

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

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

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

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

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

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

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