Html Css Color HEX #150F11 Rustic Red

📋 copy color: '#150F11'

red 21 ◦ green 15 ◦ blue 17

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

Shades of Rustic Red #150F11

Tints of Rustic Red #150F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.3%

 BLUE value IS 17 (7.03% from 255) = 32.08%

R = 39.62%
G = 28.3%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#150F11 (or 0x150F11) is known color: Rustic Red. HEX triplet: 15, 0F and 11. RGB value is (21,15,17). Sum of RGB (Red+Green+Blue) = 21+15+17=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #150F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F11 is #EAF0EE. Grayscale: #111111. Windows color (decimal): -15397103 or 1117973. OLE color: 1117973.

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

Color convert

RGB 21 15 17 -
CMYK 0 0.29 0.19 0.92
HSL 340º 0.17% 0.07% -
HSV(B) 340º 0.29% 0.08% -
XYZ 0.58 0.54 0.6 -
YUV 17.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 21 15 17 0 0.29 0.19 0.92 340 0.17 0.07
Hex 15 F 11 0 1D 13 5C 154 11 7
Octal 25 17 21 0 35 23 134 524 21 7
Binary 10101 1111 10001 0 11101 10011 1011100 101010100 10001 111

Color Harmonies of #150F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F11

Black with #150F11

Text Example


Text Example

White with #150F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,15,17); }

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

background-color css

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

 a { background-color: rgb(21,15,17); }

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

border-color css

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

 span { border-color: rgb(21,15,17); }

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