#240712

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

Shades of Rustic Red #240712

Tints of Rustic Red #240712

Color information

#240712 (or 0x240712) is unknown color: approx Rustic Red. HEX triplet: 24, 07 and 12. RGB value is (36,7,18). Sum of RGB (Red+Green+Blue) = 36+7+18=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240712 is #DBF8ED. Grayscale: #101010. Windows color (decimal): -14416110 or 1181476. OLE color: 1181476.

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

Color convert

RGB36718-
CMYK00.810.50.86
HSL337.24º67.44%8.43%-
HSV(B)337.24º80.56%14.12%-
XYZ0.910.570.63-
YUV16.92128.61141.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 7 (3.12% from 255) = 11.48%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=59.02%
G=11.48%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3671800.810.50.86337.2467.448.43
Hex247120513256151438
Octal4472201216212652110310
Binary1001001111001001010001110010101011010101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240712; }

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

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

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

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

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

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

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

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