Html Css Color HEX #241013 Rustic Red

📋 copy color: '#241013'

red 36 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #241013

Tints of Rustic Red #241013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.76%

R = 50.7%
G = 22.54%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#241013 (or 0x241013) is known color: Rustic Red. HEX triplet: 24, 10 and 13. RGB value is (36,16,19). Sum of RGB (Red+Green+Blue) = 36+16+19=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #241013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241013 is #DBEFEC. Grayscale: #161616. Windows color (decimal): -14413805 or 1249316. OLE color: 1249316.

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

Color convert

RGB 36 16 19 -
CMYK 0 0.56 0.47 0.86
HSL 351º 0.38% 0.1% -
HSV(B) 351º 0.56% 0.14% -
XYZ 1.03 0.79 0.71 -
YUV 22.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 36 16 19 0 0.56 0.47 0.86 351 0.38 0.1
Hex 24 10 13 0 38 2F 56 15F 26 A
Octal 44 20 23 0 70 57 126 537 46 12
Binary 100100 10000 10011 0 111000 101111 1010110 101011111 100110 1010

Color Harmonies of #241013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241013

Black with #241013

Text Example


Text Example

White with #241013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241013; }

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

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

background-color css

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

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

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

border-color css

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

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

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