Html Css Color HEX #150007 Rustic Red

📋 copy color: '#150007'

red 21 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #150007

Tints of Rustic Red #150007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 25%

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#150007 (or 0x150007) is known color: Rustic Red. HEX triplet: 15, 00 and 07. RGB value is (21,0,7). Sum of RGB (Red+Green+Blue) = 21+0+7=28 (3% of max value = 765). Red value is 21 (8.59% from 255 or 75% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 21 - color contains mainly: red. Hex color #150007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150007 is #EAFFF8. Grayscale: #070707. Windows color (decimal): -15400953 or 458773. OLE color: 458773.

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

Color convert

RGB 21 0 7 -
CMYK 0 1 0.67 0.92
HSL 340º 1% 0.04% -
HSV(B) 340º 1% 0.08% -
XYZ 0.35 0.17 0.22 -
YUV 7.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 21 0 7 0 1 0.67 0.92 340 1 0.04
Hex 15 0 7 0 64 43 5C 154 64 4
Octal 25 0 7 0 144 103 134 524 144 4
Binary 10101 0 111 0 1100100 1000011 1011100 101010100 1100100 100

Color Harmonies of #150007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150007

Black with #150007

Text Example


Text Example

White with #150007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150007; }

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

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

background-color css

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

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

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

border-color css

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

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

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