Html Css Color HEX #241014 Rustic Red

📋 copy color: '#241014'

red 36 ◦ green 16 ◦ blue 20

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

Shades of Rustic Red #241014

Tints of Rustic Red #241014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.78%

R = 50%
G = 22.22%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#241014 (or 0x241014) is known color: Rustic Red. HEX triplet: 24, 10 and 14. RGB value is (36,16,20). Sum of RGB (Red+Green+Blue) = 36+16+20=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241014 is #DBEFEB. Grayscale: #161616. Windows color (decimal): -14413804 or 1314852. OLE color: 1314852.

HSL color Cylindrical-coordinate representation of color #241014: hue angle of 348º 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 #241014 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 16 20 -
CMYK 0 0.56 0.44 0.86
HSL 348º 0.38% 0.1% -
HSV(B) 348º 0.56% 0.14% -
XYZ 1.04 0.8 0.76 -
YUV 22.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 36 16 20 0 0.56 0.44 0.86 348 0.38 0.1
Hex 24 10 14 0 38 2C 56 15C 26 A
Octal 44 20 24 0 70 54 126 534 46 12
Binary 100100 10000 10100 0 111000 101100 1010110 101011100 100110 1010

Color Harmonies of #241014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241014

Black with #241014

Text Example


Text Example

White with #241014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241014; }

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

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

background-color css

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

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

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

border-color css

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

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

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