#300A0C

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

Shades of Rustic Red #300A0C

Tints of Rustic Red #300A0C

Color information

#300A0C (or 0x300A0C) is unknown color: approx Rustic Red. HEX triplet: 30, 0A and 0C. RGB value is (48,10,12). Sum of RGB (Red+Green+Blue) = 48+10+12=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300A0C is #CFF5F3. Grayscale: #151515. Windows color (decimal): -13628916 or 789040. OLE color: 789040.

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

Color convert

RGB481012-
CMYK00.790.750.81
HSL356.84º65.52%11.37%-
HSV(B)356.84º79.17%18.82%-
XYZ1.390.870.44-
YUV21.59122.59146.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 68.57%
GREEN value IS 10 (4.30% from 255) = 14.29%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=68.57%
G=14.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48101200.790.750.81356.8465.5211.37
Hex30AC04F4B5116542b
Octal601214011711312154510213
Binary11000010101100010011111001011101000110110010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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