Html Css Color HEX #241015 Rustic Red

📋 copy color: '#241015'

red 36 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #241015

Tints of Rustic Red #241015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 28.77%

R = 49.32%
G = 21.92%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.86

RGB Variations

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

Color information

#241015 (or 0x241015) is known color: Rustic Red. HEX triplet: 24, 10 and 15. RGB value is (36,16,21). Sum of RGB (Red+Green+Blue) = 36+16+21=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #241015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241015 is #DBEFEA. Grayscale: #161616. Windows color (decimal): -14413803 or 1380388. OLE color: 1380388.

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

Color convert

RGB 36 16 21 -
CMYK 0 0.56 0.42 0.86
HSL 345º 0.38% 0.1% -
HSV(B) 345º 0.56% 0.14% -
XYZ 1.05 0.8 0.81 -
YUV 22.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 36 16 21 0 0.56 0.42 0.86 345 0.38 0.1
Hex 24 10 15 0 38 2A 56 159 26 A
Octal 44 20 25 0 70 52 126 531 46 12
Binary 100100 10000 10101 0 111000 101010 1010110 101011001 100110 1010

Color Harmonies of #241015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241015

Black with #241015

Text Example


Text Example

White with #241015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241015; }

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

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

background-color css

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

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

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

border-color css

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

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

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