#300207

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

Shades of Rustic Red #300207

Tints of Rustic Red #300207

Color information

#300207 (or 0x300207) is unknown color: approx Rustic Red. HEX triplet: 30, 02 and 07. RGB value is (48,2,7). Sum of RGB (Red+Green+Blue) = 48+2+7=57 (7% of max value = 765). Red value is 48 (19.14% from 255 or 84.21% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 48 - color contains mainly: red. Hex color #300207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300207 is #CFFDF8. Grayscale: #101010. Windows color (decimal): -13630969 or 459312. OLE color: 459312.

HSL color Cylindrical-coordinate representation of color #300207: hue angle of 353.48º 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 #300207 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB4827-
CMYK00.960.850.81
HSL353.48º92%9.8%-
HSV(B)353.48º95.83%18.82%-
XYZ1.280.690.27-
YUV16.32122.74150.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 84.21%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 7 (3.12% from 255) = 12.28%
R=84.21%
G=3.51%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal482700.960.850.81353.48929.8
Hex302706055511615ca
Octal6027014012512154113412
Binary11000010111011000001010101101000110110000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300207; }

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

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

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

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

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

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

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

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