#240306

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

Shades of Rustic Red #240306

Tints of Rustic Red #240306

Color information

#240306 (or 0x240306) is unknown color: approx Rustic Red. HEX triplet: 24, 03 and 06. RGB value is (36,3,6). Sum of RGB (Red+Green+Blue) = 36+3+6=45 (5% of max value = 765). Red value is 36 (14.45% from 255 or 80% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 36 - color contains mainly: red. Hex color #240306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240306 is #DBFCF9. Grayscale: #0D0D0D. Windows color (decimal): -14417146 or 394020. OLE color: 394020.

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

Color convert

RGB3636-
CMYK00.920.830.86
HSL354.55º84.62%7.65%-
HSV(B)354.55º91.67%14.12%-
XYZ0.790.450.22-
YUV13.21123.93144.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=80%
G=6.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal363600.920.830.86354.5584.627.65
Hex243605C5356163558
Octal4436013412312654312510
Binary10010011110010111001010011101011010110001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240306; }

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

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

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

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

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

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

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

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