#240102

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

Shades of Rustic Red #240102

Tints of Rustic Red #240102

Color information

#240102 (or 0x240102) is unknown color: approx Rustic Red. HEX triplet: 24, 01 and 02. RGB value is (36,1,2). Sum of RGB (Red+Green+Blue) = 36+1+2=39 (5% of max value = 765). Red value is 36 (14.45% from 255 or 92.31% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 36 - color contains mainly: red. Hex color #240102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240102 is #DBFEFD. Grayscale: #0B0B0B. Windows color (decimal): -14417662 or 131364. OLE color: 131364.

HSL color Cylindrical-coordinate representation of color #240102: hue angle of 358.29º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240102 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB3612-
CMYK00.970.940.86
HSL358.29º94.59%7.25%-
HSV(B)358.29º97.22%14.12%-
XYZ0.750.40.1-
YUV11.58122.6145.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 92.31%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=92.31%
G=2.56%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal361200.970.940.86358.2994.597.25
Hex24120615E561665f7
Octal441201411361265461377
Binary10010011001100001101111010101101011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240102; }

 p { color: rgb(36,1,2); }

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

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

 a { background-color: rgb(36,1,2); }

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

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

 span { border-color: rgb(36,1,2); }

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