Html Css Color HEX #241012 Rustic Red

📋 copy color: '#241012'

red 36 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #241012

Tints of Rustic Red #241012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 25.71%

R = 51.43%
G = 22.86%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#241012 (or 0x241012) is known color: Rustic Red. HEX triplet: 24, 10 and 12. RGB value is (36,16,18). Sum of RGB (Red+Green+Blue) = 36+16+18=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #241012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241012 is #DBEFED. Grayscale: #161616. Windows color (decimal): -14413806 or 1183780. OLE color: 1183780.

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

Color convert

RGB 36 16 18 -
CMYK 0 0.56 0.5 0.86
HSL 354º 0.38% 0.1% -
HSV(B) 354º 0.56% 0.14% -
XYZ 1.02 0.79 0.67 -
YUV 22.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 36 16 18 0 0.56 0.5 0.86 354 0.38 0.1
Hex 24 10 12 0 38 32 56 162 26 A
Octal 44 20 22 0 70 62 126 542 46 12
Binary 100100 10000 10010 0 111000 110010 1010110 101100010 100110 1010

Color Harmonies of #241012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241012

Black with #241012

Text Example


Text Example

White with #241012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241012; }

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

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

background-color css

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

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

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

border-color css

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

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

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