#300C0E

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

Shades of Rustic Red #300C0E

Tints of Rustic Red #300C0E

Color information

#300C0E (or 0x300C0E) is unknown color: approx Rustic Red. HEX triplet: 30, 0C and 0E. RGB value is (48,12,14). Sum of RGB (Red+Green+Blue) = 48+12+14=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C0E is #CFF3F1. Grayscale: #171717. Windows color (decimal): -13628402 or 920624. OLE color: 920624.

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

Color convert

RGB481214-
CMYK00.750.710.81
HSL356.67º60%11.76%-
HSV(B)356.67º75%18.82%-
XYZ1.430.920.52-
YUV22.99122.93145.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=64.86%
G=16.22%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48121400.750.710.81356.676011.76
Hex30CE04B47511653cc
Octal60141601131071215457414
Binary1100001100111001001011100011110100011011001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,12,14); }

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

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

 a { background-color: rgb(48,12,14); }

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

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

 span { border-color: rgb(48,12,14); }

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