#300206

Color #300206 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #300206

Tints of Rustic Red #300206

Color information

#300206 (or 0x300206) is unknown color: approx Rustic Red. HEX triplet: 30, 02 and 06. RGB value is (48,2,6). Sum of RGB (Red+Green+Blue) = 48+2+6=56 (7% of max value = 765). Red value is 48 (19.14% from 255 or 85.71% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 48 - color contains mainly: red. Hex color #300206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300206 is #CFFDF9. Grayscale: #101010. Windows color (decimal): -13630970 or 393776. OLE color: 393776.

HSL color Cylindrical-coordinate representation of color #300206: hue angle of 354.78º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300206 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB4826-
CMYK00.960.870.81
HSL354.78º92%9.8%-
HSV(B)354.78º95.83%18.82%-
XYZ1.270.680.24-
YUV16.21122.24150.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 85.71%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=85.71%
G=3.57%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal482600.960.870.81354.78929.8
Hex302606057511635ca
Octal6026014012712154313412
Binary11000010110011000001010111101000110110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300206; }

 p { color: rgb(48,2,6); }

 H1.HeaderClassName
 {
   color: #300206;
 }
 .AnyTagClassName
 {
   color: #300206;
 }
</style>
background-color css

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

 a { background-color: rgb(48,2,6); }

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

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

 span { border-color: rgb(48,2,6); }

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