Html Css Color HEX #240B0F Rustic Red

📋 copy color: '#240B0F'

red 36 ◦ green 11 ◦ blue 15

#240B0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #240B0F

Tints of Rustic Red #240B0F

RGB

 RED value IS 36 (14.45% from 255) = 58.06%

 GREEN value IS 11 (4.69% from 255) = 17.74%

 BLUE value IS 15 (6.25% from 255) = 24.19%

R = 58.06%
G = 17.74%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.86

RGB Variations

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

Color information

#240B0F (or 0x240B0F) is known color: Rustic Red. HEX triplet: 24, 0B and 0F. RGB value is (36,11,15). Sum of RGB (Red+Green+Blue) = 36+11+15=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B0F is #DBF4F0. Grayscale: #121212. Windows color (decimal): -14415089 or 985892. OLE color: 985892.

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

Color convert

RGB 36 11 15 -
CMYK 0 0.69 0.58 0.86
HSL 350.4º 0.53% 0.09% -
HSV(B) 350.4º 0.69% 0.14% -
XYZ 0.93 0.65 0.53 -
YUV 18.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 36 11 15 0 0.69 0.58 0.86 350.4 0.53 0.09
Hex 24 B F 0 45 3A 56 15E 35 9
Octal 44 13 17 0 105 72 126 536 65 11
Binary 100100 1011 1111 0 1000101 111010 1010110 101011110 110101 1001

Color Harmonies of #240B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B0F

Black with #240B0F

Text Example


Text Example

White with #240B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #240B0F;
 }
 .AnyTagClassName
 {
   color: #240B0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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