Html Css Color HEX #240B16 Rustic Red

📋 copy color: '#240B16'

red 36 ◦ green 11 ◦ blue 22

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

Shades of Rustic Red #240B16

Tints of Rustic Red #240B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 31.88%

R = 52.17%
G = 15.94%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#240B16 (or 0x240B16) is known color: Rustic Red. HEX triplet: 24, 0B and 16. RGB value is (36,11,22). Sum of RGB (Red+Green+Blue) = 36+11+22=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B16 is #DBF4E9. Grayscale: #131313. Windows color (decimal): -14415082 or 1444644. OLE color: 1444644.

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

Color convert

RGB 36 11 22 -
CMYK 0 0.69 0.39 0.86
HSL 333.6º 0.53% 0.09% -
HSV(B) 333.6º 0.69% 0.14% -
XYZ 0.99 0.67 0.84 -
YUV 19.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 36 11 22 0 0.69 0.39 0.86 333.6 0.53 0.09
Hex 24 B 16 0 45 27 56 14E 35 9
Octal 44 13 26 0 105 47 126 516 65 11
Binary 100100 1011 10110 0 1000101 100111 1010110 101001110 110101 1001

Color Harmonies of #240B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B16

Black with #240B16

Text Example


Text Example

White with #240B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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