Html Css Color HEX #151012 Rustic Red

📋 copy color: '#151012'

red 21 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #151012

Tints of Rustic Red #151012

RGB

 RED value IS 21 (8.59% from 255) = 38.18%

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

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

R = 38.18%
G = 29.09%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#151012 (or 0x151012) is known color: Rustic Red. HEX triplet: 15, 10 and 12. RGB value is (21,16,18). Sum of RGB (Red+Green+Blue) = 21+16+18=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 21 - color contains mainly: red. Hex color #151012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151012 is #EAEFED. Grayscale: #111111. Windows color (decimal): -15396846 or 1183765. OLE color: 1183765.

HSL color Cylindrical-coordinate representation of color #151012: hue angle of 336º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151012 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 16 18 -
CMYK 0 0.24 0.14 0.92
HSL 336º 0.14% 0.07% -
HSV(B) 336º 0.24% 0.08% -
XYZ 0.6 0.57 0.65 -
YUV 17.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 21 16 18 0 0.24 0.14 0.92 336 0.14 0.07
Hex 15 10 12 0 18 E 5C 150 E 7
Octal 25 20 22 0 30 16 134 520 16 7
Binary 10101 10000 10010 0 11000 1110 1011100 101010000 1110 111

Color Harmonies of #151012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151012

Black with #151012

Text Example


Text Example

White with #151012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151012; }

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

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

background-color css

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

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

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

border-color css

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

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

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