#240203

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

Shades of Rustic Red #240203

Tints of Rustic Red #240203

Color information

#240203 (or 0x240203) is unknown color: approx Rustic Red. HEX triplet: 24, 02 and 03. RGB value is (36,2,3). Sum of RGB (Red+Green+Blue) = 36+2+3=41 (5% of max value = 765). Red value is 36 (14.45% from 255 or 87.80% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 36 - color contains mainly: red. Hex color #240203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240203 is #DBFDFC. Grayscale: #0C0C0C. Windows color (decimal): -14417405 or 197156. OLE color: 197156.

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

Color convert

RGB3623-
CMYK00.940.920.86
HSL358.24º89.47%7.45%-
HSV(B)358.24º94.44%14.12%-
XYZ0.770.430.13-
YUV12.28122.76144.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 87.80%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=87.80%
G=4.88%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal362300.940.920.86358.2489.477.45
Hex242305E5C56166597
Octal442301361341265461317
Binary100100101101011110101110010101101011001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240203; }

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

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

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

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

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

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

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

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