Html Css Color HEX #150407 Rustic Red

📋 copy color: '#150407'

red 21 ◦ green 4 ◦ blue 7

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

Shades of Rustic Red #150407

Tints of Rustic Red #150407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 12.5%

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

R = 65.63%
G = 12.5%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#150407 (or 0x150407) is known color: Rustic Red. HEX triplet: 15, 04 and 07. RGB value is (21,4,7). Sum of RGB (Red+Green+Blue) = 21+4+7=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 7 (3.12% from 255 or 21.88% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150407 is #EAFBF8. Grayscale: #090909. Windows color (decimal): -15399929 or 459797. OLE color: 459797.

HSL color Cylindrical-coordinate representation of color #150407: hue angle of 349.41º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #150407 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 4 7 -
CMYK 0 0.81 0.67 0.92
HSL 349.41º 0.68% 0.05% -
HSV(B) 349.41º 0.81% 0.08% -
XYZ 0.39 0.26 0.23 -
YUV 9.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 21 4 7 0 0.81 0.67 0.92 349.41 0.68 0.05
Hex 15 4 7 0 51 43 5C 15D 44 5
Octal 25 4 7 0 121 103 134 535 104 5
Binary 10101 100 111 0 1010001 1000011 1011100 101011101 1000100 101

Color Harmonies of #150407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150407

Black with #150407

Text Example


Text Example

White with #150407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150407; }

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

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

background-color css

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

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

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

border-color css

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

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

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