Html Css Color HEX #240B0D Rustic Red

📋 copy color: '#240B0D'

red 36 ◦ green 11 ◦ blue 13

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

Shades of Rustic Red #240B0D

Tints of Rustic Red #240B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 21.67%

R = 60%
G = 18.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#240B0D (or 0x240B0D) is known color: Rustic Red. HEX triplet: 24, 0B and 0D. RGB value is (36,11,13). Sum of RGB (Red+Green+Blue) = 36+11+13=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B0D is #DBF4F2. Grayscale: #121212. Windows color (decimal): -14415091 or 854820. OLE color: 854820.

HSL color Cylindrical-coordinate representation of color #240B0D: hue angle of 355.2º 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 #240B0D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 11 13 -
CMYK 0 0.69 0.64 0.86
HSL 355.2º 0.53% 0.09% -
HSV(B) 355.2º 0.69% 0.14% -
XYZ 0.92 0.64 0.46 -
YUV 18.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 36 11 13 0 0.69 0.64 0.86 355.2 0.53 0.09
Hex 24 B D 0 45 40 56 163 35 9
Octal 44 13 15 0 105 100 126 543 65 11
Binary 100100 1011 1101 0 1000101 1000000 1010110 101100011 110101 1001

Color Harmonies of #240B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B0D

Black with #240B0D

Text Example


Text Example

White with #240B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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