#240311

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

Shades of Rustic Red #240311

Tints of Rustic Red #240311

Color information

#240311 (or 0x240311) is unknown color: approx Rustic Red. HEX triplet: 24, 03 and 11. RGB value is (36,3,17). Sum of RGB (Red+Green+Blue) = 36+3+17=56 (7% of max value = 765). Red value is 36 (14.45% from 255 or 64.29% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 36 - color contains mainly: red. Hex color #240311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240311 is #DBFCEE. Grayscale: #0E0E0E. Windows color (decimal): -14417135 or 1114916. OLE color: 1114916.

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

Color convert

RGB36317-
CMYK00.920.530.86
HSL334.55º84.62%7.65%-
HSV(B)334.55º91.67%14.12%-
XYZ0.860.480.58-
YUV14.46129.43143.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 64.29%
GREEN value IS 3 (1.56% from 255) = 5.36%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=64.29%
G=5.36%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631700.920.530.86334.5584.627.65
Hex2431105C355614f558
Octal4432101346512651712510
Binary100100111000101011100110101101011010100111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240311; }

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

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

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

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

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

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

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

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