Html Css Color HEX #181012 Rustic Red

📋 copy color: '#181012'

red 24 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #181012

Tints of Rustic Red #181012

RGB

 RED value IS 24 (9.77% from 255) = 41.38%

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

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

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#181012 (or 0x181012) is known color: Rustic Red. HEX triplet: 18, 10 and 12. RGB value is (24,16,18). Sum of RGB (Red+Green+Blue) = 24+16+18=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #181012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181012 is #E7EFED. Grayscale: #121212. Windows color (decimal): -15200238 or 1183768. OLE color: 1183768.

HSL color Cylindrical-coordinate representation of color #181012: hue angle of 345º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181012 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 16 18 -
CMYK 0 0.33 0.25 0.91
HSL 345º 0.2% 0.08% -
HSV(B) 345º 0.33% 0.09% -
XYZ 0.67 0.61 0.65 -
YUV 18.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 24 16 18 0 0.33 0.25 0.91 345 0.2 0.08
Hex 18 10 12 0 21 19 5B 159 14 8
Octal 30 20 22 0 41 31 133 531 24 10
Binary 11000 10000 10010 0 100001 11001 1011011 101011001 10100 1000

Color Harmonies of #181012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181012

Black with #181012

Text Example


Text Example

White with #181012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181012; }

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

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

background-color css

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

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

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

border-color css

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

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

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