#300C0D

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

Shades of Rustic Red #300C0D

Tints of Rustic Red #300C0D

Color information

#300C0D (or 0x300C0D) is unknown color: approx Rustic Red. HEX triplet: 30, 0C and 0D. RGB value is (48,12,13). Sum of RGB (Red+Green+Blue) = 48+12+13=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C0D is #CFF3F2. Grayscale: #161616. Windows color (decimal): -13628403 or 855088. OLE color: 855088.

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

Color convert

RGB481213-
CMYK00.750.730.81
HSL358.33º60%11.76%-
HSV(B)358.33º75%18.82%-
XYZ1.420.920.48-
YUV22.88122.43145.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=65.75%
G=16.44%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48121300.750.730.81358.336011.76
Hex30CD04B49511663cc
Octal60141501131111215467414
Binary1100001100110101001011100100110100011011001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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