#240C0F

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

Shades of Rustic Red #240C0F

Tints of Rustic Red #240C0F

Color information

#240C0F (or 0x240C0F) is unknown color: approx Rustic Red. HEX triplet: 24, 0C and 0F. RGB value is (36,12,15). Sum of RGB (Red+Green+Blue) = 36+12+15=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C0F is #DBF3F0. Grayscale: #131313. Windows color (decimal): -14414833 or 986148. OLE color: 986148.

HSL color Cylindrical-coordinate representation of color #240C0F: hue angle of 352.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #240C0F is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.86.

Color convert

RGB361215-
CMYK00.670.580.86
HSL352.5º50%9.41%-
HSV(B)352.5º66.67%14.12%-
XYZ0.950.670.53-
YUV19.52125.45139.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=57.14%
G=19.05%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36121500.670.580.86352.5509.41
Hex24CF0433A56160329
Octal4414170103721265406211
Binary100100110011110100001111101010101101011000001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240C0F; }

 p { color: rgb(36,12,15); }

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

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

 a { background-color: rgb(36,12,15); }

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

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

 span { border-color: rgb(36,12,15); }

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