#240A15

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

Shades of Rustic Red #240A15

Tints of Rustic Red #240A15

Color information

#240A15 (or 0x240A15) is unknown color: approx Rustic Red. HEX triplet: 24, 0A and 15. RGB value is (36,10,21). Sum of RGB (Red+Green+Blue) = 36+10+21=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #240A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A15 is #DBF5EA. Grayscale: #131313. Windows color (decimal): -14415339 or 1378852. OLE color: 1378852.

HSL color Cylindrical-coordinate representation of color #240A15: hue angle of 334.62º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A15 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB361021-
CMYK00.720.420.86
HSL334.62º56.52%9.02%-
HSV(B)334.62º72.22%14.12%-
XYZ0.970.650.78-
YUV19.03129.11140.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 53.73%
GREEN value IS 10 (4.30% from 255) = 14.93%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=53.73%
G=14.93%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36102100.720.420.86334.6256.529.02
Hex24A150482A5614f399
Octal4412250110521265177111
Binary1001001010101010100100010101010101101010011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A15; }

 p { color: rgb(36,10,21); }

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

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

 a { background-color: rgb(36,10,21); }

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

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

 span { border-color: rgb(36,10,21); }

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