#240310

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

Shades of Rustic Red #240310

Tints of Rustic Red #240310

Color information

#240310 (or 0x240310) is unknown color: approx Rustic Red. HEX triplet: 24, 03 and 10. RGB value is (36,3,16). Sum of RGB (Red+Green+Blue) = 36+3+16=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #240310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240310 is #DBFCEF. Grayscale: #0E0E0E. Windows color (decimal): -14417136 or 1049380. OLE color: 1049380.

HSL color Cylindrical-coordinate representation of color #240310: hue angle of 336.36º 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 #240310 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB36316-
CMYK00.920.560.86
HSL336.36º84.62%7.65%-
HSV(B)336.36º91.67%14.12%-
XYZ0.850.480.54-
YUV14.35128.93143.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=65.45%
G=5.45%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631600.920.560.86336.3684.627.65
Hex2431005C3856150558
Octal4432001347012652012510
Binary100100111000001011100111000101011010101000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240310; }

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

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

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

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

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

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

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

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