Html Css Color HEX #150006 Rustic Red

📋 copy color: '#150006'

red 21 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #150006

Tints of Rustic Red #150006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 22.22%

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#150006 (or 0x150006) is known color: Rustic Red. HEX triplet: 15, 00 and 06. RGB value is (21,0,6). Sum of RGB (Red+Green+Blue) = 21+0+6=27 (3% of max value = 765). Red value is 21 (8.59% from 255 or 77.78% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 21 - color contains mainly: red. Hex color #150006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150006 is #EAFFF9. Grayscale: #060606. Windows color (decimal): -15400954 or 393237. OLE color: 393237.

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

Color convert

RGB 21 0 6 -
CMYK 0 1 0.71 0.92
HSL 342.86º 1% 0.04% -
HSV(B) 342.86º 1% 0.08% -
XYZ 0.34 0.17 0.19 -
YUV 6.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 21 0 6 0 1 0.71 0.92 342.86 1 0.04
Hex 15 0 6 0 64 47 5C 157 64 4
Octal 25 0 6 0 144 107 134 527 144 4
Binary 10101 0 110 0 1100100 1000111 1011100 101010111 1100100 100

Color Harmonies of #150006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150006

Black with #150006

Text Example


Text Example

White with #150006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150006; }

 p { color: rgb(21,0,6); }

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

background-color css

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

 a { background-color: rgb(21,0,6); }

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

border-color css

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

 span { border-color: rgb(21,0,6); }

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