#300F14

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

Shades of Rustic Red #300F14

Tints of Rustic Red #300F14

Color information

#300F14 (or 0x300F14) is unknown color: approx Rustic Red. HEX triplet: 30, 0F and 14. RGB value is (48,15,20). Sum of RGB (Red+Green+Blue) = 48+15+20=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #300F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F14 is #CFF0EB. Grayscale: #191919. Windows color (decimal): -13627628 or 1314608. OLE color: 1314608.

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

Color convert

RGB481520-
CMYK00.690.580.81
HSL350.91º52.38%12.35%-
HSV(B)350.91º68.75%18.82%-
XYZ1.521.020.78-
YUV25.44124.93144.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 20 (8.20% from 255) = 24.10%
R=57.83%
G=18.07%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48152000.690.580.81350.9152.3812.35
Hex30F140453A5115f34c
Octal6017240105721215376414
Binary1100001111101000100010111101010100011010111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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