Html Css Color HEX #240B13 Rustic Red

📋 copy color: '#240B13'

red 36 ◦ green 11 ◦ blue 19

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

Shades of Rustic Red #240B13

Tints of Rustic Red #240B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 28.79%

R = 54.55%
G = 16.67%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#240B13 (or 0x240B13) is known color: Rustic Red. HEX triplet: 24, 0B and 13. RGB value is (36,11,19). Sum of RGB (Red+Green+Blue) = 36+11+19=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #240B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B13 is #DBF4EC. Grayscale: #131313. Windows color (decimal): -14415085 or 1248036. OLE color: 1248036.

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

Color convert

RGB 36 11 19 -
CMYK 0 0.69 0.47 0.86
HSL 340.8º 0.53% 0.09% -
HSV(B) 340.8º 0.69% 0.14% -
XYZ 0.96 0.66 0.69 -
YUV 19.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 36 11 19 0 0.69 0.47 0.86 340.8 0.53 0.09
Hex 24 B 13 0 45 2F 56 155 35 9
Octal 44 13 23 0 105 57 126 525 65 11
Binary 100100 1011 10011 0 1000101 101111 1010110 101010101 110101 1001

Color Harmonies of #240B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B13

Black with #240B13

Text Example


Text Example

White with #240B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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