Html Css Color HEX #150C0F Rustic Red

📋 copy color: '#150C0F'

red 21 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #150C0F

Tints of Rustic Red #150C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 31.25%

R = 43.75%
G = 25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#150C0F (or 0x150C0F) is known color: Rustic Red. HEX triplet: 15, 0C and 0F. RGB value is (21,12,15). Sum of RGB (Red+Green+Blue) = 21+12+15=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #150C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C0F is #EAF3F0. Grayscale: #0F0F0F. Windows color (decimal): -15397873 or 986133. OLE color: 986133.

HSL color Cylindrical-coordinate representation of color #150C0F: hue angle of 340º 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 #150C0F is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 12 15 -
CMYK 0 0.43 0.29 0.92
HSL 340º 0.27% 0.06% -
HSV(B) 340º 0.43% 0.08% -
XYZ 0.53 0.46 0.51 -
YUV 15.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 21 12 15 0 0.43 0.29 0.92 340 0.27 0.06
Hex 15 C F 0 2B 1D 5C 154 1B 6
Octal 25 14 17 0 53 35 134 524 33 6
Binary 10101 1100 1111 0 101011 11101 1011100 101010100 11011 110

Color Harmonies of #150C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C0F

Black with #150C0F

Text Example


Text Example

White with #150C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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