#300715

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

Shades of Rustic Red #300715

Tints of Rustic Red #300715

Color information

#300715 (or 0x300715) is unknown color: approx Rustic Red. HEX triplet: 30, 07 and 15. RGB value is (48,7,21). Sum of RGB (Red+Green+Blue) = 48+7+21=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #300715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300715 is #CFF8EA. Grayscale: #141414. Windows color (decimal): -13629675 or 1378096. OLE color: 1378096.

HSL color Cylindrical-coordinate representation of color #300715: hue angle of 339.51º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300715 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB48721-
CMYK00.850.560.81
HSL339.51º74.55%10.78%-
HSV(B)339.51º85.42%18.82%-
XYZ1.430.830.8-
YUV20.85128.08147.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=63.16%
G=9.21%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4872100.850.560.81339.5174.5510.78
Hex3071505538511544bb
Octal6072501257012152411313
Binary1100001111010101010101111000101000110101010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300715; }

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

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

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

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

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

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

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

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