#240A13

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

Shades of Rustic Red #240A13

Tints of Rustic Red #240A13

Color information

#240A13 (or 0x240A13) is unknown color: approx Rustic Red. HEX triplet: 24, 0A and 13. RGB value is (36,10,19). Sum of RGB (Red+Green+Blue) = 36+10+19=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #240A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A13 is #DBF5EC. Grayscale: #121212. Windows color (decimal): -14415341 or 1247780. OLE color: 1247780.

HSL color Cylindrical-coordinate representation of color #240A13: hue angle of 339.23º 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 #240A13 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB361019-
CMYK00.720.470.86
HSL339.23º56.52%9.02%-
HSV(B)339.23º72.22%14.12%-
XYZ0.950.640.69-
YUV18.8128.11140.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 55.38%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=55.38%
G=15.38%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36101900.720.470.86339.2356.529.02
Hex24A130482F56153399
Octal4412230110571265237111
Binary1001001010100110100100010111110101101010100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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