#240506

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

Shades of Rustic Red #240506

Tints of Rustic Red #240506

Color information

#240506 (or 0x240506) is unknown color: approx Rustic Red. HEX triplet: 24, 05 and 06. RGB value is (36,5,6). Sum of RGB (Red+Green+Blue) = 36+5+6=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #240506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240506 is #DBFAF9. Grayscale: #0E0E0E. Windows color (decimal): -14416634 or 394532. OLE color: 394532.

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

Color convert

RGB3656-
CMYK00.860.830.86
HSL358.06º75.61%8.04%-
HSV(B)358.06º86.11%14.12%-
XYZ0.810.50.23-
YUV14.38123.27143.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 76.60%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 6 (2.73% from 255) = 12.77%
R=76.60%
G=10.64%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal365600.860.830.86358.0675.618.04
Hex245605653561664c8
Octal4456012612312654611410
Binary100100101110010101101010011101011010110011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240506; }

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

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

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

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

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

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

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

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