Html Css Color HEX #150306 Rustic Red

📋 copy color: '#150306'

red 21 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #150306

Tints of Rustic Red #150306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10%

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

R = 70%
G = 10%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#150306 (or 0x150306) is known color: Rustic Red. HEX triplet: 15, 03 and 06. RGB value is (21,3,6). Sum of RGB (Red+Green+Blue) = 21+3+6=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150306 is #EAFCF9. Grayscale: #080808. Windows color (decimal): -15400186 or 394005. OLE color: 394005.

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

Color convert

RGB 21 3 6 -
CMYK 0 0.86 0.71 0.92
HSL 350º 0.75% 0.05% -
HSV(B) 350º 0.86% 0.08% -
XYZ 0.37 0.24 0.2 -
YUV 8.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 21 3 6 0 0.86 0.71 0.92 350 0.75 0.05
Hex 15 3 6 0 56 47 5C 15E 4B 5
Octal 25 3 6 0 126 107 134 536 113 5
Binary 10101 11 110 0 1010110 1000111 1011100 101011110 1001011 101

Color Harmonies of #150306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150306

Black with #150306

Text Example


Text Example

White with #150306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150306; }

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

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

background-color css

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

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

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

border-color css

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

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

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