#300F12

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

Shades of Rustic Red #300F12

Tints of Rustic Red #300F12

Color information

#300F12 (or 0x300F12) is unknown color: approx Rustic Red. HEX triplet: 30, 0F and 12. RGB value is (48,15,18). Sum of RGB (Red+Green+Blue) = 48+15+18=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #300F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F12 is #CFF0ED. Grayscale: #191919. Windows color (decimal): -13627630 or 1183536. OLE color: 1183536.

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

Color convert

RGB481518-
CMYK00.690.630.81
HSL354.55º52.38%12.35%-
HSV(B)354.55º68.75%18.82%-
XYZ1.51.010.69-
YUV25.21123.93144.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 59.26%
GREEN value IS 15 (6.25% from 255) = 18.52%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=59.26%
G=18.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48151800.690.630.81354.5552.3812.35
Hex30F120453F5116334c
Octal6017220105771215436414
Binary1100001111100100100010111111110100011011000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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