Html Css Color HEX #150C10 Rustic Red

📋 copy color: '#150C10'

red 21 ◦ green 12 ◦ blue 16

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

Shades of Rustic Red #150C10

Tints of Rustic Red #150C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24.49%

 BLUE value IS 16 (6.64% from 255) = 32.65%

R = 42.86%
G = 24.49%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#150C10 (or 0x150C10) is known color: Rustic Red. HEX triplet: 15, 0C and 10. RGB value is (21,12,16). Sum of RGB (Red+Green+Blue) = 21+12+16=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C10 is #EAF3EF. Grayscale: #0F0F0F. Windows color (decimal): -15397872 or 1051669. OLE color: 1051669.

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

Color convert

RGB 21 12 16 -
CMYK 0 0.43 0.24 0.92
HSL 333.33º 0.27% 0.06% -
HSV(B) 333.33º 0.43% 0.08% -
XYZ 0.53 0.46 0.55 -
YUV 15.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 21 12 16 0 0.43 0.24 0.92 333.33 0.27 0.06
Hex 15 C 10 0 2B 18 5C 14D 1B 6
Octal 25 14 20 0 53 30 134 515 33 6
Binary 10101 1100 10000 0 101011 11000 1011100 101001101 11011 110

Color Harmonies of #150C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C10

Black with #150C10

Text Example


Text Example

White with #150C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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