#240813

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

Shades of Rustic Red #240813

Tints of Rustic Red #240813

Color information

#240813 (or 0x240813) is unknown color: approx Rustic Red. HEX triplet: 24, 08 and 13. RGB value is (36,8,19). Sum of RGB (Red+Green+Blue) = 36+8+19=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240813 is #DBF7EC. Grayscale: #111111. Windows color (decimal): -14415853 or 1247268. OLE color: 1247268.

HSL color Cylindrical-coordinate representation of color #240813: hue angle of 336.43º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240813 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB36819-
CMYK00.780.470.86
HSL336.43º63.64%8.63%-
HSV(B)336.43º77.78%14.12%-
XYZ0.930.60.68-
YUV17.63128.78141.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=57.14%
G=12.70%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3681900.780.470.86336.4363.648.63
Hex2481304E2F56150409
Octal44102301165712652010011
Binary10010010001001101001110101111101011010101000010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240813; }

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

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

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

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

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

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

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

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