Html Css Color HEX #241315 Rustic Red

📋 copy color: '#241315'

red 36 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #241315

Tints of Rustic Red #241315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25%

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

R = 47.37%
G = 25%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.86

RGB Variations

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

Color information

#241315 (or 0x241315) is known color: Rustic Red. HEX triplet: 24, 13 and 15. RGB value is (36,19,21). Sum of RGB (Red+Green+Blue) = 36+19+21=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #241315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241315 is #DBECEA. Grayscale: #181818. Windows color (decimal): -14413035 or 1381156. OLE color: 1381156.

HSL color Cylindrical-coordinate representation of color #241315: hue angle of 352.94º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #241315 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 19 21 -
CMYK 0 0.47 0.42 0.86
HSL 352.94º 0.31% 0.11% -
HSV(B) 352.94º 0.47% 0.14% -
XYZ 1.1 0.89 0.82 -
YUV 24.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 36 19 21 0 0.47 0.42 0.86 352.94 0.31 0.11
Hex 24 13 15 0 2F 2A 56 161 1F B
Octal 44 23 25 0 57 52 126 541 37 13
Binary 100100 10011 10101 0 101111 101010 1010110 101100001 11111 1011

Color Harmonies of #241315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241315

Black with #241315

Text Example


Text Example

White with #241315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241315; }

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

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

background-color css

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

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

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

border-color css

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

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

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