Html Css Color HEX #241016 Rustic Red

📋 copy color: '#241016'

red 36 ◦ green 16 ◦ blue 22

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

Shades of Rustic Red #241016

Tints of Rustic Red #241016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.62%

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

R = 48.65%
G = 21.62%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.86

RGB Variations

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

Color information

#241016 (or 0x241016) is known color: Rustic Red. HEX triplet: 24, 10 and 16. RGB value is (36,16,22). Sum of RGB (Red+Green+Blue) = 36+16+22=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #241016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241016 is #DBEFE9. Grayscale: #161616. Windows color (decimal): -14413802 or 1445924. OLE color: 1445924.

HSL color Cylindrical-coordinate representation of color #241016: hue angle of 342º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241016 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 16 22 -
CMYK 0 0.56 0.39 0.86
HSL 342º 0.38% 0.1% -
HSV(B) 342º 0.56% 0.14% -
XYZ 1.06 0.8 0.86 -
YUV 22.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 36 16 22 0 0.56 0.39 0.86 342 0.38 0.1
Hex 24 10 16 0 38 27 56 156 26 A
Octal 44 20 26 0 70 47 126 526 46 12
Binary 100100 10000 10110 0 111000 100111 1010110 101010110 100110 1010

Color Harmonies of #241016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241016

Black with #241016

Text Example


Text Example

White with #241016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241016; }

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

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

background-color css

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

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

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

border-color css

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

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

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