#300F15

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

Shades of Rustic Red #300F15

Tints of Rustic Red #300F15

Color information

#300F15 (or 0x300F15) is unknown color: approx Rustic Red. HEX triplet: 30, 0F and 15. RGB value is (48,15,21). Sum of RGB (Red+Green+Blue) = 48+15+21=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F15 is #CFF0EA. Grayscale: #191919. Windows color (decimal): -13627627 or 1380144. OLE color: 1380144.

HSL color Cylindrical-coordinate representation of color #300F15: hue angle of 349.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F15 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB481521-
CMYK00.690.560.81
HSL349.09º52.38%12.35%-
HSV(B)349.09º68.75%18.82%-
XYZ1.531.020.83-
YUV25.55125.43144.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 17.86%
BLUE value IS 21 (8.59% from 255) = 25%
R=57.14%
G=17.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48152100.690.560.81349.0952.3812.35
Hex30F15045385115d34c
Octal6017250105701215356414
Binary1100001111101010100010111100010100011010111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300F15; }

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

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

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

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

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

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

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

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