#300F13

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

Shades of Rustic Red #300F13

Tints of Rustic Red #300F13

Color information

#300F13 (or 0x300F13) is unknown color: approx Rustic Red. HEX triplet: 30, 0F and 13. RGB value is (48,15,19). Sum of RGB (Red+Green+Blue) = 48+15+19=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #300F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F13 is #CFF0EC. Grayscale: #191919. Windows color (decimal): -13627629 or 1249072. OLE color: 1249072.

HSL color Cylindrical-coordinate representation of color #300F13: hue angle of 352.73º 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 #300F13 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB481519-
CMYK00.690.600.81
HSL352.73º52.38%12.35%-
HSV(B)352.73º68.75%18.82%-
XYZ1.511.020.73-
YUV25.32124.43144.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 58.54%
GREEN value IS 15 (6.25% from 255) = 18.29%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=58.54%
G=18.29%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48151900.690.600.81352.7352.3812.35
Hex30F130453C5116134c
Octal6017230105741215416414
Binary1100001111100110100010111110010100011011000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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