Html Css Color HEX #150F10 Rustic Red

📋 copy color: '#150F10'

red 21 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #150F10

Tints of Rustic Red #150F10

RGB

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

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

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

R = 40.38%
G = 28.85%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#150F10 (or 0x150F10) is known color: Rustic Red. HEX triplet: 15, 0F and 10. RGB value is (21,15,16). Sum of RGB (Red+Green+Blue) = 21+15+16=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F10 is #EAF0EF. Grayscale: #101010. Windows color (decimal): -15397104 or 1052437. OLE color: 1052437.

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

Color convert

RGB 21 15 16 -
CMYK 0 0.29 0.24 0.92
HSL 350º 0.17% 0.07% -
HSV(B) 350º 0.29% 0.08% -
XYZ 0.57 0.54 0.56 -
YUV 16.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 21 15 16 0 0.29 0.24 0.92 350 0.17 0.07
Hex 15 F 10 0 1D 18 5C 15E 11 7
Octal 25 17 20 0 35 30 134 536 21 7
Binary 10101 1111 10000 0 11101 11000 1011100 101011110 10001 111

Color Harmonies of #150F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F10

Black with #150F10

Text Example


Text Example

White with #150F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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