#240610

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

Shades of Rustic Red #240610

Tints of Rustic Red #240610

Color information

#240610 (or 0x240610) is unknown color: approx Rustic Red. HEX triplet: 24, 06 and 10. RGB value is (36,6,16). Sum of RGB (Red+Green+Blue) = 36+6+16=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #240610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240610 is #DBF9EF. Grayscale: #101010. Windows color (decimal): -14416368 or 1050148. OLE color: 1050148.

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

Color convert

RGB36616-
CMYK00.830.560.86
HSL340º71.43%8.24%-
HSV(B)340º83.33%14.12%-
XYZ0.890.540.55-
YUV16.11127.94142.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=62.07%
G=10.34%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3661600.830.560.8634071.438.24
Hex246100533856154478
Octal4462001237012652410710
Binary1001001101000001010011111000101011010101010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240610; }

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

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

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

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

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

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

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

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