#240510

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

Shades of Rustic Red #240510

Tints of Rustic Red #240510

Color information

#240510 (or 0x240510) is unknown color: approx Rustic Red. HEX triplet: 24, 05 and 10. RGB value is (36,5,16). Sum of RGB (Red+Green+Blue) = 36+5+16=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #240510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240510 is #DBFAEF. Grayscale: #0F0F0F. Windows color (decimal): -14416624 or 1049892. OLE color: 1049892.

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

Color convert

RGB36516-
CMYK00.860.560.86
HSL338.71º75.61%8.04%-
HSV(B)338.71º86.11%14.12%-
XYZ0.880.520.54-
YUV15.52128.27142.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 63.16%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 16 (6.64% from 255) = 28.07%
R=63.16%
G=8.77%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3651600.860.560.86338.7175.618.04
Hex2451005638561534c8
Octal4452001267012652311410
Binary1001001011000001010110111000101011010101001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240510; }

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

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

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

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

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

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

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

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