#240308

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

Shades of Rustic Red #240308

Tints of Rustic Red #240308

Color information

#240308 (or 0x240308) is unknown color: approx Rustic Red. HEX triplet: 24, 03 and 08. RGB value is (36,3,8). Sum of RGB (Red+Green+Blue) = 36+3+8=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #240308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240308 is #DBFCF7. Grayscale: #0D0D0D. Windows color (decimal): -14417144 or 525092. OLE color: 525092.

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

Color convert

RGB3638-
CMYK00.920.780.86
HSL350.91º84.62%7.65%-
HSV(B)350.91º91.67%14.12%-
XYZ0.80.460.28-
YUV13.44124.93144.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 76.60%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=76.60%
G=6.38%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal363800.920.780.86350.9184.627.65
Hex243805C4E5615f558
Octal44310013411612653712510
Binary100100111000010111001001110101011010101111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240308; }

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

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

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

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

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

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

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

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